EnumBitSet.opBinary

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

Meta