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.
Advances the iterator to the next element.
true
if the iterator is still valid; false
if an overrun occurs.
Generated using TypeDoc
A local class for RingBuffer