Queue.startIteration

Start iterating over the queue.

struct Queue(T)
void
startIteration
@safe pure nothrow @nogc
(
)
if (
!hasMember!(T, "__dtor")
)

Meta