Map¶
Name | Mandatory | Description | Default | Type |
---|---|---|---|---|
⬅️ Input |
The sequence or table to process. | [Any] {Any} |
||
Output ➡️ |
The resulting processed sequence or table. | [Any] |
||
Apply |
No | The function to apply to each item of the sequence or key-value pair of the table. | none |
Shard [Shard] |
Processes each element of a sequence or key-value pair of a table using the shards specified in the Apply
parameter and outputs the modified sequence or table. Note that this shard is able to use the $0 and $1 internal variables, as well as $i for the current index.