Function simfony_as_rust::jet::arithmetic::full_subtract_8
source ยท pub fn full_subtract_8(a: bool, b: u8, c: u8) -> (bool, u8)Expand description
Subtract the second integer from the first integer. Take a borrow-in and return a borrow-out.