Heap.clear

reset this heap, and use the provided host for value elements

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

Meta