Expand description
A queue that also allows direct index addressing.
This queue trades in some features from VecDeque in the std library for the feature of direct indexing. For more information, see the struct.
Structsยง
- Into
Iter - An owning iterator over the elements of a
RingBuffer
. - Iter
- An iterator over the elements of a
RingBuffer
. - IterMut
- A mutable iterator over the elements of a
RingBuffer
. - Ring
Buffer - A queue that also allows direct index addressing.
- Ring
Buffer Index - A direct index into the buffer.