IoInterest.opOpAssign

void opOpAssign(string op : "|")(IoInterest other) pure @safe nothrow @nogc

Add interest bits in place.

Parameters

otherInterest bits to add.
void opOpAssign(string op : "&")(IoInterest other) pure @safe nothrow @nogc

Keep only intersecting interest bits in place.

Parameters

otherInterest bits to keep.
void opOpAssign(string op : "^")(IoInterest other) pure @safe nothrow @nogc

Toggle interest bits in place.

Parameters

otherInterest bits to toggle.