PriorityQueue.pop

Removes the highest-priority item from the queue. The queue must not be empty.

struct PriorityQueue(T, alias Predicate = "a > b")
void
pop
()

Meta