Heap.clear

Reset this heap.

  1. void clear()
    struct Heap(T, alias Compare = minHeapCompare!(T), alias Move = defaultHeapSwap!(T))
    void
    clear
    ()
  2. void clear(T[] host)

Meta