Skip to main content

MAX_SAFE_INTEGER

Constant MAX_SAFE_INTEGER 

Source
pub const MAX_SAFE_INTEGER: u64 = 9_007_199_254_740_991;
Expand description

Largest integer that round-trips through JavaScript and JSON number implementations without loss.