BitRange.this

this(const(size_t) * bitarr, size_t numBits) @nogc nothrow pure @system

Construct a BitRange.

Parameters

bitarrThe array of bits to iterate over
numBitsThe total number of valid bits in the given bit array