dyaml-yamlserialized ~master (2016-12-10T19:24:08Z)
Home
Dub
Repo
Queue.push
dyaml
queue
Queue
Push new item to the queue.
struct
Queue
(T)
void
push
@
trusted
nothrow
(
T
item
)
if
(
!
hasMember
!(
T
, "__dtor")
)
Meta
Source
See Implementation
dyaml
queue
Queue
destructors
~this
functions
empty
insert
iterationOver
length
next
peek
pop
push
startIteration
Push new item to the queue.