type of element to be stored on the queue.
the length of the deque.
the element at the bottom of the deque.
Removes and returns the element at the top of the deque.
the element at the top of the deque.
Pushes an element to the top of the deque.
element to be pushed.
Removes and returns the element at the bottom of the deque.
the element at the bottom of the deque.
the element at the top of the deque.
Pushes an element to the bottom of the deque.
element to be pushed.
Creates a deque from an iterable.
iterable for the elements to be added.
Generated using TypeDoc
Generic double-ended queue.