The OpenD Programming Language

BinaryHeap.popFront

Removes the largest element from the heap.

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

Meta