Functions§
- build_
class_ bindings - Build template bindings from a receiver’s concrete type params.
- check_
template_ bounds - Check that each binding satisfies the template’s declared bound.
Returns a list of
(template_name, inferred_type, bound)for violations. - infer_
template_ bindings - Infer template parameter bindings by matching parameter types against argument types.