Heap.pop

Removes the top of this heap and returns it.

struct Heap(T, alias Compare = minHeapCompare!(T), alias Move = defaultHeapSwap!(T))
T
pop
()

Meta