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