maxInteger top-level constant

int const maxInteger

max int value, equal to 2^63-1.

Implementation

// const int maxInteger = 9223372036854775807;
const int maxInteger = 100;