Module holodeque::array_deque[][src]

Expand description

A double-ended queue with fixed capacity, backed by an array.

Structs

A double-ended queue with fixed capacity, backed by an array.

A draining iterator which removes elements from the back of an ArrayDeque<T, N>.

A draining iterator which removes elements from the front of an ArrayDeque<T, N>.

An immutable iterator over an ArrayDeque<T, N>.