dyaml v0.6.1 (2017-05-16T20:02:26Z)
Home
Dub
Repo
Queue.startIteration
dyaml
queue
Queue
Start iterating over the queue.
struct
Queue
(T)
@
safe
pure nothrow @
nogc
void
startIteration
(
)
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
Start iterating over the queue.