BinaryHeap.removeFront

Removes the largest element from the heap.

struct BinaryHeap(Store, alias less = "a < b")
void
removeFront
()
if ()

Meta