Function simfony_as_rust::jet::arithmetic::add_32
source ยท pub fn add_32(a: u32, b: u32) -> (bool, u32)Expand description
Add two integers and return the carry.
pub fn add_32(a: u32, b: u32) -> (bool, u32)Add two integers and return the carry.