dyaml v0.8.0 (2019-05-26T18:26:26Z)
Home
Dub
Repo
Queue.push
dyaml
queue
Queue
Push a new item to the queue.
struct
Queue
(T)
void
push
@
nogc
@
safe
nothrow
(
T
item
)
if
(
!
hasMember
!(
T
, "__xdtor")
)
Meta
Source
See Implementation
dyaml
queue
Queue
functions
empty
insert
length
peek
pop
push
range
Push a new item to the queue.