snarkvm_utilities::biginteger::arithmetic

Function sbb

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

set a = a - b - borrow, and return the new borrow value.