int64MinValue top-level constant

int const int64MinValue

The smallest possible value of an int within 64 bits.

Implementation

const int int64MinValue = -9223372036854775808;