Skip to main content

assigns_to

Function assigns_to 

Source
fn assigns_to(target: &Expr<'_>, var: VariableId) -> bool
Expand description

Whether an assignment target names var, directly or as one component of a tuple.