Queue.iterationOver

Are we done iterating?

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

Meta