BinaryHeap.insert

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

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

Meta