WithGenericParametersSyntax

Syntax nodes that have generic parameters.

SyntaxTraits.swift:486
protocol WithGenericParametersSyntax : SyntaxProtocol
Browse conforming types

For example, functions or nominal types like class or struct can have generic parameters and have a generic where clause that restricts these generic parameters.