maxInt64 top-level constant
int
const maxInt64
Library Utilities
The maximum value of a 64-bit signed integer.
Implementation
/// The maximum value of a `64-bit signed integer`.
const int maxInt64 = 9223372036854775807;