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