Module holodeque::slice_deque[][src]

Expand description

A double-ended queue with fixed capacity, backed by a slice.

Structs

A draining iterator which removes elements from the back of an SliceDeque<'a, T>.

A draining iterator which removes elements from the front of an SliceDeque<'a, T>.

An immutable iterator over a SliceDeque<'a, T>.

A double-ended queue with fixed capacity, backed by a slice.