The OpenD Programming Language

BinaryHeap.length

Returns the length of the heap.

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

Meta