Documentation Language: Swift

Initializer

init(binding:separator:body:multiLines:)

Creates a new for statement.

init(binding: MTLBinding, separator: MTLExpression? = nil, body: MTLBlock, multiLines: Bool = true)

Parameters

binding

The loop variable binding

separator

Optional separator expression (default: nil)

body

The loop body

multiLines

Whether this is multi-line (default: true)