ConstrainedGenericTypeDecl
public protocol ConstrainedGenericTypeDecl : Decl
A generic type declaration that may be annotated with constraints.
-
The conformances listed in the declaration.
Declaration
Swift
var conformances: [NameExpr.ID] { get }
View on GitHub