deque
deque copied to clipboard
Finite-length Deque
Hi, it would be nice if we could specify a maximum length for the queue. If you push onto a full queue, it pops from the end, never increasing in size above the specified maximum.