-
Declaration
Swift
public let site: SourceRange -
The site of the
forintroducer.Declaration
Swift
public let introducerSite: SourceRange -
The conditional binding of the loop.
Declaration
Swift
public let binding: BindingDecl.ID -
The iteration domain of the loop.
Declaration
Swift
public let domain: Introduced<AnyExprID> -
The filter of the loop, if any.
Declaration
Swift
public let filter: Introduced<AnyExprID>? -
The body of the loop.
Declaration
Swift
public let body: BraceStmt.ID -
Creates an instance having the given properties.
Declaration
Swift
public init( introducerSite: SourceRange, binding: BindingDecl.ID, domain: Introduced<AnyExprID>, filter: Introduced<AnyExprID>?, body: BraceStmt.ID, site: SourceRange )
View on GitHub