This initializes a BitArray of bits.length bits, where each bit value matches the corresponding boolean value in bits.
The initialization value.
A BitArray with the same number and sequence of elements as bits.
See Implementation
This initializes a BitArray of bits.length bits, where each bit value matches the corresponding boolean value in bits.