Queue
Parameters
T
Type of items that will be appended to this queue.
Constructors
Functions
Link copied to clipboard
Link copied to clipboard
Calls the given function on every element in this Queue as each element is removed.
Link copied to clipboard
Returns a destructive, consuming iterator that pops elements from this Queue as it is iterated.
Link copied to clipboard
Calls the given function on every element in this Queue.
Link copied to clipboard
Returns a non-destructive iterator that iterates over the elements in this Queue.
Link copied to clipboard
Alias for append.