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