fn assigns_to(target: &Expr<'_>, var: VariableId) -> bool
Whether an assignment target names var, directly or as one component of a tuple.
var