dyaml-yamlserialized ~master (2022-05-10T10:12:13.8618472)
Dub
Repo
Queue.push
dyaml
queue
Queue
Push new item to the queue.
struct
Queue
(T)
@
trusted
nothrow
void
push
(
T
item
)
if
(
!
hasMember
!(
T
, "__dtor")
)
Meta
Source
See Implementation
dyaml
queue
Queue
destructors
~this
functions
empty
insert
iterationOver
length
next
opAssign
opCmp
opEquals
peek
pop
push
startIteration
Push new item to the queue.