The OpenD Programming Language

BinaryHeap.replaceFront

Replaces the largest element in the store with value.

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

Meta