A Queue with synchronous operations.
Optional
Returns the first item of this Queue, or undefined if empty.
Adds an item to this Queue.
Removes and returns the first item of this Queue, or undefined if empty.
Generated using TypeDoc
A Queue with synchronous operations.