The OpenD Programming Language

BinaryHeap.popFront

Removes the largest element from the heap.

import mir.container.binaryheap;
struct BinaryHeap(alias less = "a < b", Store)
alias popFront = removeFront

Meta