The most positive possible value of this SafeInt type.
import checkedint.throws : SafeInt; // use IntFlagPolicy.throws; assert(SafeInt!(int).max == int.max); assert(SafeInt!(uint).max == uint.max);
See Implementation
The most positive possible value of this SafeInt type.