-
Declaration
Swift
public let site: SourceRange -
The site of the
dointroducer.Declaration
Swift
public let introducerSite: SourceRange -
The body of the loop.
Declaration
Swift
public let body: BraceStmt.ID -
The condition of the loop.
Note
The condition is evaluated in the lexical scope of the body.Declaration
Swift
public let condition: Introduced<AnyExprID> -
Undocumented
Declaration
Swift
public init( introducerSite: SourceRange, body: BraceStmt.ID, condition: Introduced<AnyExprID>, site: SourceRange )
View on GitHub