GenericScope
public protocol GenericScope : Decl, LexicalScope
An AST node that outlines a generic lexical scope.
-
The generic parameters introduced in this scope.
Declaration
Swift
var genericParameters: [GenericParameterDecl.ID] { get }
View on GitHub