jive v0.2.0 (2017-08-30T11:25:58Z)
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
clear
empty
front
length
pop
push
release
reserve
mixins
__anonymous
Remove the first element (i.e. the smallest) from the queue.