Function carrying_add

Source
pub const fn carrying_add(lhs: u64, rhs: u64, carry: bool) -> (u64, bool)