Skip to main content

checked_mul

Function checked_mul 

Source
fn checked_mul(left: i32, right: i32) -> Result<i32>