fn enumerable_set_call<'hir>(
gcx: Gcx<'hir>,
hir: &'hir Hir<'hir>,
bindings: &[(VariableId, Option<SetPath>)],
expr: &'hir Expr<'hir>,
) -> Option<SetCall<'hir>>Expand description
The EnumerableSet at or remove a call dispatches to. Resolving through the type checker
covers the using for method form, the library-qualified form and import aliases. The library
is identified only by its kind and exact EnumerableSet name, not its source or behavior.