-
Declaration
Swift
public let site: SourceRange -
The passing convention of the parameter.
Declaration
Swift
public let convention: SourceRepresentable<AccessEffect> -
The expression of the parameter’s bare type.
Declaration
Swift
public let bareType: AnyExprID -
trueif arguments to the parameter are automatically wrapped in lambdas.Declaration
Swift
public let isAutoclosure: Bool -
Undocumented
Declaration
Swift
public init( convention: SourceRepresentable<AccessEffect>, isAutoclosure: Bool, bareType: AnyExprID, site: SourceRange )
View on GitHub