-
Declaration
Swift
public let site: SourceRange -
The site of the
whileintroducer.Declaration
Swift
public let introducerSite: SourceRange -
The condition of the loop.
Requires
Requirescondition.count > 0Declaration
Swift
public let condition: [ConditionItem] -
The body of the loop.
Declaration
Swift
public let body: BraceStmt.ID -
Undocumented
Declaration
Swift
public init( introducerSite: SourceRange, condition: [ConditionItem], body: BraceStmt.ID, site: SourceRange )
View on GitHub