-
The parameters of the clause.
Declaration
Swift
public let parameters: [GenericParameterDecl.ID] -
The where clause of the generic clause, if any.
Declaration
Swift
public let whereClause: SourceRepresentable<WhereClause>? -
Creates an instance with the given properties.
Declaration
Swift
public init( parameters: [GenericParameterDecl.ID], whereClause: SourceRepresentable<WhereClause>? )
View on GitHub