PriorityQueue.updateIf

Undocumented in source. Be warned that the author may not have intended to support it.
  1. void updateIf()
    struct PriorityQueue(T, alias Predicate = "a > b")
    void
    updateIf
    (
    alias FindPredicate
    alias UpdateOperation
    )
    ()
  2. void updateIf(FindPredicate isItem, UpdateOperation update)

Meta