BinaryHeap.length

Returns the length of the heap.

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

Meta