jive ~master (2017-09-19T14:40:24Z)
Home
Dub
Repo
Queue.pushFront
jive
queue
Queue
add multiple elements to the front of the queue
void
pushFront
(V val)
void
pushFront
(Stuff stuff)
struct
Queue
(V)
void
pushFront
(
Stuff
)
(
Stuff
stuff
)
if
(
isInputRange
!
Stuff
&&
is
(
ElementType
!
Stuff
:
V
)
)
Meta
Source
See Implementation
jive
queue
Queue
constructors
this
destructors
~this
functions
back
capacity
clear
empty
front
length
memUsage
opDollar
opIndex
opSlice
popBack
popFront
pushBack
pushFront
reserve
postblits
this(this)
add multiple elements to the front of the queue