ditto
Get a string representation of this IntFlag. The format is the same as that returned by IntFlags.toString().
Puts a string representation of this IntFlag into w. This overload will not allocate, unless std.range.primitives.put(w, ...) allocates.
Get a description of this error flag.
false if this IntFlag is set to one of the error signals listed above. Otherwise true.
An IntFlag value is implicitly convertible to an IntFlags with only the one flag raised.
A division by zero was attempted.
The result is imaginary, and as such not representable by an integral type.
Overflow occured because a value was too negative.
Overflow occured.
Overflow occured because a value was too large.
The result of the operation is undefined mathematically, by the API, or both.
Represents a single cause of failure for an integer math operation.