EnumBitSet.opOpAssign

Undocumented in source. Be warned that the author may not have intended to support it.
struct EnumBitSet(E)
ref
opOpAssign
(
string op
)
(
auto ref const EnumBitSet o
)
if (
op == "|" ||
op == "&"
||
op == "^"
)
if (
is(E == enum)
)

Meta