fn enumerable_set_call<'gcx>(
gcx: Gcx<'gcx>,
bindings: &[(VariableId, Option<SetPath>)],
expr: &'gcx Expr<'gcx>,
) -> Option<SetCall<'gcx>>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.