| Tag Link | [ReverseIterator] | Category | Array |
|---|---|---|---|
| Type | Substitution | Source Available | No |
| Support | Preferred | Version | 8.0 |
| Change | Unchanged | Data Source | Any |
| Output Type | None | Security | None |
| Implementation | LCAPI | Sets | Lasso 8.5, Lasso 8.0 |
[ReverseIterator] returns a reverse iterator for a compound data type. The tag requires one parameter which is a compound data type. If the compound data type provides a built
A second optional parameter allows a matcher to be specified which will be passed to the compound data type's built
[ReverseIterator: DataType]
[ReverseIterator: DataType, Matcher]
| Required Parameters | |
|---|---|
| Value | The compound data type whose reverse iterator will be returned. |
| Optional Parameters | |
| Matcher | An optional matcher that will be passed to the reverse iterator. |
See the Lasso 8 Language Guide for examples of how to use this tag.