# Functions
No description provided by the author
NewDeque constructs a new deque with the specified initial capacity.
Creates a new UnboundedQueue with the specified initial capacity.
# Structs
Deque is a typical double-ended queue implemented through a ring buffer.
UnboundedQueue is an unbounded channel.