jive ~master (2017-09-19T14:40:24Z)
Home
Dub
Repo
PriorityQueue.popFront
jive
priorityqueue
PriorityQueue
Remove the first element (i.e. the smallest) from the queue.
struct
PriorityQueue
(V, alias _pred = "a < b")
alias
popFront
=
pop
Return Value
the removed element
Meta
Source
See Implementation
jive
priorityqueue
PriorityQueue
aliases
popFront
pushBack
constructors
this
functions
capacity
clear
empty
front
length
memUsage
pop
push
release
reserve
mixins
__anonymous
Remove the first element (i.e. the smallest) from the queue.