operator ~ method

Flags<T> operator ~()

Returns the opposite of this set of flags.

Implementation

Flags<T> operator ~() => Flags(~value);