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