Skip to main content

is_safe_integer

Function is_safe_integer 

Source
pub const fn is_safe_integer(value: i64) -> bool
Expand description

Check if an integer is in the I-JSON safe integer range [-2^53+1, 2^53-1].