Pudu programming language
Menu
API reference

Std.RingBuffer.RingBuffer

1 declaration

type

RingBuffer

This declaration introduces a public type.

What it does

A bounded, power-of-two circular FIFO ring buffer with branchless bitmask wrapping.

Read the signature

  • This declaration has no value signature because it introduces a type or trait.

Back to Std.RingBufferSearch related declarations