IoInterest.contains

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

Check whether all bits from other are present.

Parameters

otherInterest bits to test.

Returns

true when all requested bits are present.