BinaryHeap.release

Clears the heap. Returns the portion of the store from 0 up to length, which satisfies the heap property.

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

Meta