PriorityQueue.insert

Undocumented in source. Be warned that the author may not have intended to support it.
  1. void insert(E ins)
  2. void insert(P priority, V value)
    struct PriorityQueue(P, V, alias pred = "a > b")
    void
    insert

Meta