borrowing_sub_n

Function borrowing_sub_n 

pub fn borrowing_sub_n(lhs: &mut [u64], rhs: &[u64], borrow: bool) -> bool
Expand description

⚠️ lhs -= rhs - borrow

⚠️ This function is not part of the stable API.