Constant js_int::MAX_SAFE_UINT[][src]

pub const MAX_SAFE_UINT: u64 = 0x001F_FFFF_FFFF_FFFF;
Expand description

The same as MAX_SAFE_INT, but with u64 as the type.