jive v0.2.0 (2017-08-30T11:25:58Z)
Home
Dub
Repo
PriorityQueue.push
jive
priorityqueue
PriorityQueue
Add an element to the queue.
void
push
(V value)
struct
PriorityQueue
(V, alias _pred = "a < b")
void
push
(
V
value
)
void
push
(Stuff data)
Meta
Source
See Implementation
jive
priorityqueue
PriorityQueue
aliases
popFront
pushBack
constructors
this
functions
clear
empty
front
length
pop
push
release
reserve
mixins
__anonymous
Add an element to the queue.