pub(super) fn add(a: &mut [u128], b: &[u128], c: u128) -> u128
Expand description

a += b + c where c is zero or one. Returns the carry flag.