WatcherFlags.opBinary

WatcherFlags opBinary(string op : "|")(WatcherFlags other) const pure @safe nothrow @nogc

Combine two watcher flag masks.

Parameters

otherRight-hand flag mask.

Returns

Combined flag mask.
WatcherFlags opBinary(string op : "&")(WatcherFlags other) const pure @safe nothrow @nogc

Remove bits from a watcher flag mask.

Parameters

otherFlag bits to clear.

Returns

Updated flag mask.