Function simfony_as_rust::jet::arithmetic::increment_64
source ยท pub fn increment_64(a: u64) -> (bool, u64)Expand description
Increment an integer by one and return the carry.
pub fn increment_64(a: u64) -> (bool, u64)Increment an integer by one and return the carry.