[src]

Module collections::ringbuf

A double-ended queue implemented as a circular buffer

RingBuf implements the trait Deque. It should be imported with use collections::deque::Deque.

Items

RingBuf iterator

MutItems

RingBuf mutable iterator

RingBuf

RingBuf is a circular buffer that implements Deque.