anansi ~master (2022-04-26T02:54:01.7513618)
Dub
Repo
PriorityQueue.updateIf
anansi
container
priorityqueue
PriorityQueue
Undocumented in source. Be warned that the author may not have intended to support it.
void
updateIf
()
struct
PriorityQueue
(T, alias Predicate = "a > b")
void
updateIf
(
alias
FindPredicate
alias
UpdateOperation
)
(
)
void
updateIf
(FindPredicate isItem, UpdateOperation update)
Meta
Source
See Implementation
anansi
container
priorityqueue
PriorityQueue
aliases
greaterThan
constructors
this
functions
front
pop
push
updateIf
properties
empty
length