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