An IntFlag value is implicitly convertible to an IntFlags with only the one flag raised.
IntFlags flags = IntFlag.over; assert(flags == IntFlag.over);
See Implementation
An IntFlag value is implicitly convertible to an IntFlags with only the one flag raised.