Module extra::ringbuf

A double-ended queue implemented as a circular buffer

RingBuf implements the trait Deque. It should be imported with use extra::container::Deque.

Structs

RingBuf

RingBuf is a circular buffer that implements Deque.

RingBufIterator

RingBuf iterator

RingBufMutIterator

RingBuf mutable iterator