Function simfony_as_rust::jet::arithmetic::full_decrement_32

source ยท
pub fn full_decrement_32(a: bool, b: u32) -> (bool, u32)
Expand description

Decrement an integer by one. Take a borrow-in and return a borrow-out.