Constant js_int::MAX_SAFE_UINT
source ยท pub const MAX_SAFE_UINT: u64 = 0x001F_FFFF_FFFF_FFFF;
Expand description
The same as MAX_SAFE_INT
, but with u64
as the type.
pub const MAX_SAFE_UINT: u64 = 0x001F_FFFF_FFFF_FFFF;
The same as MAX_SAFE_INT
, but with u64
as the type.