true if any non-null flag is set, otherwise false.
An IntFlags value is implicitly convertible to bool through anySet.
IntFlags flags; assert(!flags); flags = IntFlag.imag | IntFlag.undef; assert( flags);
See Implementation
true if any non-null flag is set, otherwise false.
An IntFlags value is implicitly convertible to bool through anySet.