Heap.push

Inserts the given element into the heap.

  1. void push(T t)
    struct Heap(T, alias Compare = minHeapCompare!(T), alias Move = defaultHeapSwap!(T))
    void
    push
    (
    T t
    )
  2. void push(T[] array)

Meta