Skip to main content

add_overflow_check

Function add_overflow_check 

Source
pub(crate) fn add_overflow_check(left: &Expr, right: &Expr) -> bool
Expand description

Returns whether left > left + increment is an impossible overflow check.