intMinValue top-level constant

int const intMinValue

The smallest possible value of an int within 64 bits.

Implementation

const int intMinValue = -9007199254740991;