Structure
Syntax.Loop
struct Loop
Topics
Initializers
init([ParameterDeclaration], body: [Syntax]) throwsinitialize a new loop
Instance Properties
let array: Stringthe key to use to access the arrayvar body: [Syntax]the body of the loooplet index: Stringthe key to use when accessing the current indexlet item: Stringthe key to use when accessing items
Relationships
Conforms To
Swift.SendableSwift.SendableMetatype