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