dscord ~master (2017-09-20T21:41:30Z)
Home
Dub
Repo
Queue.push
dscord
util
queue
Queue
Push multiple items to the back of the queue. Returns false if the queue is
bool
push
(
T
item
)
bool
push
(
T
[]
arr
)
class
Queue
(T)
bool
push
(
T
[]
arr
)
Meta
Source
See Implementation
dscord
util
queue
Queue
functions
clear
peakBack
peakFront
pop
push
properties
array
empty
Push multiple items to the back of the queue. Returns false if the queue is