BinaryHeap.acquire

Takes ownership of a store. After this, manipulating s may make the heap work incorrectly.

struct BinaryHeap(Store, alias less = "a < b")
void
acquire
(
Store s
,
size_t initialSize = size_t.max
)
if ()

Meta