Skip to main content

exprs_equal

Function exprs_equal 

Source
fn exprs_equal<'gcx>(a: &Expr<'gcx>, b: &Expr<'gcx>) -> bool
Expand description

Structural equality for side-effect-free expressions. Anything else (notably arbitrary calls, which may return different values, and the mutating ++/--) is treated as unequal.