Documentation Language: Swift

Initializer

init(variables:body:multiLines:)

Creates a new let statement.

init(variables: [MTLBinding], body: MTLBlock, multiLines: Bool = true)

Parameters

variables

The variable bindings

body

The block to execute

multiLines

Whether this is multi-line (default: true)