Skip to main content

checked_add

Function checked_add 

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