sbb_assign

Function sbb_assign 

Source
pub fn sbb_assign(a: &mut Limb, b: Limb, borrow: bool) -> bool
Expand description

Sets a = a - b - borrow, and returns the borrow.