StaticBitArray.this

Set this to the contents of ba.

  1. this(bool[] ba)
    struct StaticBitArray(uint capacity, Block = DefaultBlock)
    @safe
    this
    ()
    (
    bool[] ba
    )
    if (
    isUnsigned!DefaultBlock
    )
  2. this(bool[capacity] ba)

Meta