BitFlags.opOpAssign

auto ref opOpAssign(string op: "|")(BitFlags flags) @safe @nogc pure nothrow
No documentation available for this declaration.
auto ref opOpAssign(string op: "&")(BitFlags flags) @safe @nogc pure nothrow
No documentation available for this declaration.
auto ref opOpAssign(string op: "|")(E flag) @safe @nogc pure nothrow
No documentation available for this declaration.
auto ref opOpAssign(string op: "&")(E flag) @safe @nogc pure nothrow
No documentation available for this declaration.