Creates an iterator for the ring buffer.
Ringbuffer
to iterate over.
Start index.
Gets the iterator's current value. This function does not fail even if an overrun occurs. To detect an overrun, watch the result for [[next]].
Generated using TypeDoc
A local class for RingBuffer