StaticBitArray.opIndexAssign

Sets the idx'th bit.

struct StaticBitArray(uint capacity)
@safe pure nothrow @nogc @trusted
bool
opIndexAssign
(
bool b
,
size_t idx
)

Meta