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