BinaryHeap.popFront

Removes the largest element from the heap.

  1. void removeFront()
  2. alias popFront = removeFront
    struct BinaryHeap(alias less = "a < b", Store)
    alias popFront = removeFront

Meta