Documentation
Dlang.org
Queue.pushTail
glib
queue
Queue
Adds a new element at the tail of the queue.
class
Queue
void
pushTail
(
void
*
data
= null
)
Parameters
data
void
*
the data for the new element
glib
queue
Queue
functions
clear
clearFull
foreach_
freeFull
getLength
index
init_
insertSorted
isEmpty
peekHead
peekNth
peekTail
popHead
popNth
popTail
pushHead
pushNth
pushTail
remove
removeAll
reverse
sort
Adds a new element at the tail of the queue.