pub const MAX_SAFE_INTEGER: u64 = 9_007_199_254_740_991;
Largest integer exactly representable by a JavaScript Number.
Number