Skip to main content

overflowing_add

Function overflowing_add 

Source
pub(crate) const fn overflowing_add(lhs: Word, rhs: Word) -> (Word, Word)
Expand description

Computes lhs + rhs, returning the result along with the carry (0 or 1).