-
The site of the
whereintroducer.Declaration
Swift
public let introducerSite: SourceRange -
The expression of a type constraint defined in a generic clause.
See moreDeclaration
Swift
public enum ConstraintExpr : Codable, Sendable -
The constraint expressions in the clause.
Declaration
Swift
public let constraints: [SourceRepresentable<ConstraintExpr>] -
Undocumented
Declaration
Swift
public init( introducerSite: SourceRange, constraints: [SourceRepresentable<WhereClause.ConstraintExpr>] )
View on GitHub