mecca ~master (2021-09-12T14:37:04Z)
Dub
Repo
Queue.push
mecca
containers
queue
Queue
Pushes one item to the queue. Queue must have room for new item.
void
push
(Type item)
struct
Queue
(Type, ushort MaxSize)
nothrow @
safe
@
nogc
static if
(
Copyable
)
@
notrace
void
push
(
Type
item
)
Type
*
push
()
Meta
Source
See Implementation
mecca
containers
queue
Queue
aliases
ItemType
constructors
this
functions
peek
pop
push
pushHead
removeAll
removeHead
toString
manifest constants
capacity
properties
empty
full
length
Pushes one item to the queue. Queue must have room for new item.