Property
initExpression
The expression that computes the variable’s value.
let initExpression: MTLExpression
Discussion
This expression is evaluated when the binding is established, and its result is assigned to the variable for the duration of the nested scope.