BinaryHeap.capacity

Returns the capacity of the heap, which is the length of the underlying store (if the store is a range) or the capacity of the underlying store (if the store is a container).

struct BinaryHeap(Store, alias less = "a < b")
@property
size_t
capacity
()
if ()

Meta