BinaryHeap.clear

Clears the heap by detaching it from the underlying store.

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

Meta