jive v0.2.0 (2017-08-30T11:25:58Z)
Home
Dub
Repo
PriorityQueue.this
jive
priorityqueue
PriorityQueue
constructor that gets content from arbitrary range
this
()
this
(_pred p)
this
(_pred p, Stuff data)
struct
PriorityQueue
(V, alias _pred = "a < b")
static if
(
dynamicPred
)
this
(
Stuff
)
(
_pred
p
,
Stuff
data
)
if
(
isInputRange
!
Stuff
&&
is
(
ElementType
!
Stuff
:
V
)
)
this
(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
constructor that gets content from arbitrary range