Skip to main content

root_var_is

Function root_var_is 

Source
fn root_var_is(
    gcx: Gcx<'_>,
    expr: &Expr<'_>,
    pred: &impl Fn(VariableId) -> bool,
) -> bool
Expand description

Whether the variable at the root of expr (through parens, members, indexes and slices) satisfies pred.