Name | Type | Description | Notes |
---|---|---|---|
iterVar | String | The name of the iteration variable. | [optional] |
iterRange | Expr | [optional] | |
accuVar | String | The name of the variable used for accumulation of the result. | [optional] |
accuInit | Expr | [optional] | |
loopCondition | Expr | [optional] | |
loopStep | Expr | [optional] | |
result | Expr | [optional] |