BinaryHeap.length

Returns the length of the heap.

struct BinaryHeap(alias less = "a < b", Store)
@property scope const
size_t
length
()
if (
isRandomAccessRange!Store ||
isRandomAccessRange!(typeof(Store.init[]))
)

Meta