PrimeGenerator.save

Creates a copy of the generator.

struct PrimeGenerator(T)
pure nothrow @nogc @safe
typeof(this)
save
()
if (
isIntegral!T
)

Meta