inMaxValue top-level constant

int const inMaxValue

The biggest possible value of an int within 64 bits.

Implementation

const int inMaxValue = 9007199254740991;