WatcherFlags.contains

bool contains(WatcherFlags other) const pure @safe nothrow @nogc

Check whether all bits from other are present.

Parameters

otherFlag mask to test for.

Returns

true when every bit in other is present in this flag set.