dcord ~master (2020-08-31T23:49:36Z)
Home
Dub
Repo
Queue.push
dcord
util
queue
Queue
Push an item to the back of the queue. Returns false if the queue is full.
bool
push
(T item)
class
Queue
(T)
bool
push
(
T
item
)
bool
push
(T[] arr)
Meta
Source
See Implementation
dcord
util
queue
Queue
functions
array
clear
empty
peakBack
peakFront
pop
push
setSize
size
Push an item to the back of the queue. Returns false if the queue is full.