Heap.size

Returns the number of elements in this heap.

struct Heap(T, alias Compare = minHeapCompare!(T), alias Move = defaultHeapSwap!(T))
size_t
size
()

Meta