PrimeGenerator.popFront

Advances the generator.

struct PrimeGenerator(T)
pure nothrow @nogc @safe
void
popFront
()
if (
isIntegral!T
)

Meta