BitArray.initialize

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
initialize
(
void[] target
,
size_t numbits
)

Parameters

target void[]

The array to map.

numbits size_t

The number of bits to map in target.

Meta