InstantiatedType
struct InstantiatedType : Hashable, Sendable
A type whose generic parameters have been substituted by variables along with the constraints related to these variables.
-
A type free of generic parameters.
Requires
shapedoes not contain any generic parameter, unless it is bound by an existential type that’s part ofshape.Declaration
Swift
let shape: AnyType -
The constraints related to the open variables in
shape.Declaration
Swift
let constraints: ConstraintSet
View on GitHub