BitArray.opSliceAssign

Set all bits to value via slice assignment syntax.

struct BitArray(bool blockAlignedLength = false, alias Allocator = null)
pure nothrow @safe @nogc ref
typeof(this)
opSliceAssign
(
bool value
)

Meta