Provides methods for accessing collections.
Collection Introduced: X18.
| Method | Description |
|---|---|
| element |
Returns the element at a specified index in the collection. |
| for |
Executes a callback function for each element. |
| get |
Gets the number of elements contained in the collection. |