public static const MAX_VALUE as Int = 2_147_483_647
The greatest value representable by an Int.
assert Int.MAX_VALUE == 2_147_483_647