BitMask.opOpAssign

Undocumented in source. Be warned that the author may not have intended to support it.
struct BitMask
pure nothrow
opOpAssign
(
string op
)
(
scope const BitMask rhs
)
if (
op == "-" ||
op == "&"
||
op == "|"
||
op == "^"
)

Meta