Queue.next

Get next element in the queue.

struct Queue(T)
ref
const(T)
next
@safe pure nothrow @nogc
(
)
in { assert (!empty); assert (cursor_ !is null); }
if (
!hasMember!(T, "__dtor")
)

Meta