BitRange.this

Construct a BitRange.

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

Parameters

bitarr const(size_t)*

The array of bits to iterate over

numBits size_t

The total number of valid bits in the given bit array

Meta