jive ~master (2017-09-19T14:40:24Z)
Home
Dub
Repo
Queue.pushBack
jive
queue
Queue
add multiple elements to the back of the queue
void
pushBack
(V val)
void
pushBack
(Stuff stuff)
struct
Queue
(V)
void
pushBack
(
Stuff
)
(
Stuff
stuff
)
if
(
!
is
(
Stuff
:
V
) &&
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 back of the queue