PriorityQueue.updateIf

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

Meta