public static const MIN_VALUE as Int = -2_147_483_648
The smallest value representable by an Int.
assert Int.MIN_VALUE == -2_147_483_648