Deque is a fast ring-buffer double-ended queue implementation. It generalizes
a queue and a stack, to efficiently add and remove items at either end with
O(1) performance. Queue (FIFO) operations are supported using PushBack and
PopFront. Stack (LIFO) operations are supported using PushBack and PopBack.
Installed Size: 47.1 kB
Architectures: all