BitArray.withLength

Construct with length number of zero bits.

struct BitArray(bool blockAlignedLength = false, alias Allocator = null)
@safe pure nothrow @nogc static
typeof(this)
withLength
(
size_t length
)

Meta