is_negative_of

Function is_negative_of 

Source
pub fn is_negative_of(not_expr: &Expr, expr: &Expr) -> bool
Expand description

returns true if not_expr is !expr (bitwise not)