The OpenD Programming Language

BinaryHeap.insert

Inserts value into the store. If the underlying store is a range and length == capacity, throws an AssertException.

struct BinaryHeap(alias less = "a < b", Store)
scope
size_t
insert
if ()

Meta