Function int64_to_int_s

Source
pub const fn int64_to_int_s(i: i64) -> i32
Expand description

Converts an int64 to int with saturation, useful to silence warnings when reading int properties among other things