Function is_i64_valid

Source
pub fn is_i64_valid(n: i64) -> bool
Expand description

Checks whether a given i64 is allowed for usage in ssb data (its absolute value is not larger than 2^53).