WatcherFlags.opOpAssign

WatcherFlags opOpAssign(string op : "|")(WatcherFlags other) ref pure @safe nothrow @nogc

Append bits from other in place.

Parameters

otherFlag bits to add.

Returns

Reference to this flag set.
WatcherFlags opOpAssign(string op : "&")(WatcherFlags other) ref pure @safe nothrow @nogc

Clear bits from other in place.

Parameters

otherFlag bits to clear.

Returns

Reference to this flag set.