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