Function simfony_as_rust::jet::arithmetic::subtract_32
source ยท pub fn subtract_32(a: u32, b: u32) -> (bool, u32)Expand description
Subtract the second integer from the first integer, and return the borrow bit.
pub fn subtract_32(a: u32, b: u32) -> (bool, u32)Subtract the second integer from the first integer, and return the borrow bit.