pub const fn i64_to_i32(input: i64) -> Result<i32, I32CastError>
Expand description

Convert an i64 to i32 and with information on which way it was out of bounds if so