Heap.opOpAssign

Undocumented in source. Be warned that the author may not have intended to support it.
  1. void opOpAssign(T t)
  2. void opOpAssign(T[] array)
    struct Heap(T, alias Compare = minHeapCompare!(T), alias Move = defaultHeapSwap!(T))
    void
    opOpAssign
    (
    immutable(char)[] s : "~"
    )
    (
    T[] array
    )

Meta