Function pairing_ce::sbb

source ·
pub fn sbb(a: u64, b: u64, borrow: &mut u64) -> u64
Expand description

Calculate a - b - borrow, returning the result and modifying the borrow value.