BinaryHeap.insert
size_t insert(ElementType!Store value)Inserts value into the store. If the underlying store is a range and length == capacity, throws an exception.
size_t insert(ElementType!Store value)Inserts value into the store. If the underlying store is a range and length == capacity, throws an exception.