Returns the first item of this Queue, 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: AbortOptionsGenerated using TypeDoc
A Queue that supports peeking the front element.