Skip to main content

borrowing_sub

Function borrowing_sub 

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

Computes lhs - (rhs + borrow), returning the result along with the new borrow.