Skip to main content

overflowing_nz

Function overflowing_nz 

Source
fn overflowing_nz(n: &str) -> bool
Expand description

overflowing_abs / overflowing_neg return (result, overflow) where the result field (0) is non-zero whenever the operand is non-zero. Model the field 0 as non-zero (ReturnTupleFieldNonZero { field: 0 }).