Returns the qualified type for the given type and name. It is guaranteed to always return the same instance for the same combination of type and name.
This function is just a short-alias for QualifiedType.for.
The type to qualify with a name.
The type to qualify.
The name/symbol to qualify the type with.
Returns the qualified type for the given type and name. It is guaranteed to always return the same instance for the same combination of type and name.
This function is just a short-alias for QualifiedType.for.