Queue.iterationOver

Are we done iterating?

struct Queue(T)
bool
iterationOver
@safe pure nothrow const @nogc
(
)
if (
!hasMember!(T, "__dtor")
)

Meta