PriorityQueue.pop

Remove the first element (i.e. the smallest) from the queue.

struct PriorityQueue(V, alias _pred = "a < b")
V
pop
(
string file = __FILE__
int line = __LINE__
)
()

Return Value

Type: V

the removed element

Meta