[][src]Function ssb_json_msg_data::is_i64_valid

pub fn is_i64_valid(n: i64) -> bool

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