Function add_integer

Source
pub fn add_integer(lhs: i32, rhs: i32) -> Result<i32>
Expand description

Performs an arithmetic addition of integers.