BitArray.opSliceAssign

Set all bits to value via slice assignment syntax.

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

Meta