PriorityQueue.push

Add an element to the queue.

  1. void push(V value)
    struct PriorityQueue(V, alias _pred = "a < b")
    void
    push
    ()
  2. void push(Stuff data)

Meta