Heap.capacity

Get the reserved capacity of this heap.

  1. size_t capacity()
    struct Heap(T, alias Compare = minHeapCompare!(T), alias Move = defaultHeapSwap!(T))
    const
    capacity
    ()
  2. size_t capacity(size_t value)

Meta