Queue.startIteration

Start iterating over the queue.

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

Meta