EnumBitSet.opIndexAssign

Access by indexing (runtime value).

struct EnumBitSet(E)
bool
opIndexAssign
(
bool value
,
E e
)
if (
is(E == enum)
)

Meta