BitArray.this

This initializes a BitArray of bits.length bits, where each bit value matches the corresponding boolean value in bits.

  1. this(size_t _len, size_t* _ptr)
    struct BitArray
    pure
    this
  2. this(bool[] bits)

Return Value

A BitArray with the same number and sequence of elements as bits.

Meta