BinaryHeap.popFront

Removes the largest element from the heap.

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

Meta