maxInteger top-level constant

int const maxInteger

The largest possible integer, used to refer to infinity internally.

Implementation

const maxInteger = 9007199254740991;