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