dcord ~master (2020-08-31T23:49:36Z)
Home
Dub
Repo
Queue.push
dcord
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
dcord
util
queue
Queue
functions
array
clear
empty
peakBack
peakFront
pop
push
setSize
size
Push multiple items to the back of the queue. Returns false if the queue is