BitArray.init

Map BitArray onto target, with numbits being the number of bits in the array. Does not copy the data. This is the inverse of opCast.

struct BitArray
void
init

Parameters

target void[]

The array to map.

numbits size_t

The number of bits to map in target.

Meta