IoReady.contains

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

Check whether all bits from other are present.

Parameters

otherReady bits to test.

Returns

true when all requested bits are present.