mir-yaml ~master (2021-07-27T14:20:03Z)
Home
Dub
Repo
Queue.push
dyaml
queue
Queue
Push a new item to the queue.
struct
Queue
(T)
@
nogc
@
safe
nothrow
void
push
(
T
item
)
if
(
!
hasMember
!(
T
, "__xdtor")
)
Meta
Source
See Implementation
dyaml
queue
Queue
destructors
~this
functions
empty
insert
length
opAssign
opCmp
opEquals
peek
pop
push
range
postblits
this(this)
Push a new item to the queue.