| Order | Name | Type | Desc |
|---|---|---|---|
| 1 | index | Any List | The list to find the size of |
Returns the number of items in any map or list.
This function returns a const containing the number of items in the list of map.
This function does not consume the list, as it is often expected to be used in determining how many items need to be processed, or to target the last item in a list.
A shortcut to getting the last item in a list is the LAST macro.