Constant js_int::MAX_SAFE_INT
source ยท pub const MAX_SAFE_INT: i64 = 0x001F_FFFF_FFFF_FFFF;
Expand description
The largest integer value that can be represented exactly by an f64.
pub const MAX_SAFE_INT: i64 = 0x001F_FFFF_FFFF_FFFF;
The largest integer value that can be represented exactly by an f64.