StaticBitArray.this

Set this to the contents of ba.

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

Meta