EnumBitSet.opSliceAssign

Filling / clearing. Caution: filling with true will also set members with no corresponding enum member, if the enum is not contiguous.

struct EnumBitSet(E)
void
opSliceAssign
(
bool value
)
if (
is(E == enum)
)

Meta