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