Optional
backReturns the top element of this Stack, or undefined if empty.
Optional
options: AbortOptionsOptional
frontReturns the first item of this Queue, or undefined if empty.
Optional
options: AbortOptionsRemoves and returns the top element of this Stack, or undefined if empty.
Optional
options: AbortOptionsAdds an item to this Queue.
Optional
options: AbortOptionsRemoves and returns the first item of this Queue, or undefined if empty.
Optional
options: AbortOptionsAdds an element to the front of this Deque.
Optional
options: AbortOptionsGenerated using TypeDoc
A double-ended queue.