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