pub const MAX_SAFE_INTEGER: u64 = 9_007_199_254_740_991;
Largest integer that round-trips through JavaScript and JSON number implementations without loss.
number