dequeue/deque library

Classes

Deque<T>
List-backed implementation of DequeBase using growable List. Provides append/pop from both left and right ends.