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