klyn.Int.MIN_VALUE
field
public static const MIN_VALUE as Int = -2_147_483_648
Description

The smallest value representable by an Int.

Example
assert Int.MIN_VALUE == -2_147_483_648