Sieve.this

Constructs a sieve with the given size.

struct Sieve(T = size_t)
@safe nothrow
this
(
size_t length
)
if (
isIntegral!T
)

Meta