jive ~master (2017-09-19T14:40:24Z)
Home
Dub
Repo
PriorityArray.this
jive
priorityarray
PriorityArray
constructor taking a range
this
(_pred p, size_t size)
this
(_pred p, Stuff data)
struct
PriorityArray
(V, alias _pred = "a < b")
static if
(
dynamicPred
)
this
(
Stuff
)
(
_pred
p
,
Stuff
data
)
if
(
isInputRange
!
Stuff
&&
is
(
ElementType
!
Stuff
:
V
)
&&
hasLength
!
Stuff
)
this
(size_t size)
this
(Stuff data)
Meta
Source
See Implementation
jive
priorityarray
PriorityArray
constructors
this
functions
length
memUsage
min
minIndex
opDollar
opIndex
opIndexAssign
opSlice
mixins
__anonymous
constructor taking a range