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