Queue
Type of queue items.
Private
Get the size of the queue.
The size of the queue.
Dequeue an item.
The dequeued item or undefined if the queue is empty.
undefined
Enqueue an item.
Item to enqueue.
The new size of the queue.
Peek at the first item.
Generated using TypeDoc
Queue