Structs§
- Generic
Param Const - Generic
Param Data - The result of the computation of the semantic model of a generic parameter.
- Generic
Param Impl - Generic
Param Type - Generic
Params Data - The result of the computation of the semantic model of a generic parameters list.
Enums§
- Generic
Argument Head - Head of a generic argument.
- Generic
Argument Id - Generic argument. A value assigned to a generic parameter. May be a type, impl, constant, etc..
- Generic
Param - Generic parameter.
Traits§
- Generic
Param Semantic - Trait for generic param-related semantic queries.
Functions§
- fmt_
generic_ args - Formats a list of generic arguments.
- generic_
params_ to_ args - Converts each generic param to a generic argument that passes the same generic param.
- semantic_
generic_ params - Returns the semantic model of a generic parameters list given the list AST, and updates the diagnostics and resolver accordingly.
- semantic_
generic_ params_ ex