BitArray.init

Map BitArray onto v[], with numbits being the number of bits in the array. Does not copy the data.

This is the inverse of opCast.

  1. void init(bool[] ba)
  2. void init(void[] v, size_t numbits)
    struct BitArray
    void
    init
    (
    void[] v
    ,
    size_t numbits
    )

Meta