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