Get a string representation of this IntFlag. The format is the same as that returned by IntFlags.toString().
assert(IntFlag.over.toString() == "{overflow}"); assert(IntFlag.over.toString() == IntFlag.over.mask.toString());
See Implementation
Get a string representation of this IntFlag. The format is the same as that returned by IntFlags.toString().