# Functions
Returns a new bounded, non-blocking queue that holds up to [maxSize] elements.
Returns a new unbounded deque with the given initial size.
Returns a new unbounded deque with the given initial slice size.
# Interfaces
No description provided by the author
An unbounded deque (double-ended queue).
A FIFO queue.