anansi ~master (2019-12-19T23:28:59Z)
Dub
Repo
PriorityQueue.pop
anansi
container
priorityqueue
PriorityQueue
Removes the highest-priority item from the queue. The queue must not be empty.
struct
PriorityQueue
(T, alias Predicate = "a > b")
void
pop
(
)
Meta
Source
See Implementation
anansi
container
priorityqueue
PriorityQueue
aliases
greaterThan
constructors
this
functions
front
pop
push
updateIf
properties
empty
length
Removes the highest-priority item from the queue. The queue must not be empty.