int64MaxValue top-level constant

int const int64MaxValue

The biggest possible value of an int within 64 bits.

Implementation

const int int64MaxValue = 9223372036854775807;