ff::derive

Function adc

Source
pub const fn adc(a: u64, b: u64, carry: u64) -> (u64, u64)
Expand description

Computes a + b + carry, returning the result and the new carry over.