anansi ~master (2019-12-19T23:28:59Z)
Dub
Repo
PriorityQueue.front
anansi
container
priorityqueue
PriorityQueue
Fetches a reference to the highest-priority element in the queue.
struct
PriorityQueue
(T, alias Predicate = "a > b")
ref inout
inout
(
T
)
front
(
)
Meta
Source
See Implementation
anansi
container
priorityqueue
PriorityQueue
aliases
greaterThan
constructors
this
functions
front
pop
push
updateIf
properties
empty
length
Fetches a reference to the highest-priority element in the queue.