type of element to be stored on the queue.
strict total order in T
.
Queue size
Adds a value to the queue.
value to be queued.
Empties the queue.
Removes and returns the first element in the queue.
the first element in the queue.
the first element in the queue.
Creates a priority queue from an iterable.
iterable for the elements to be added.
strict total order in T
.
Generated using TypeDoc
Generic priority queue.