fn operator_bound_functions(hir: &Hir<'_>) -> HashSet<FunctionId>Expand description
Collects every function the unit binds as a user-defined operator, through a
using {f as +} for T entry of a file-level or contract-level directive. The HIR
already resolved those entries to function ids.