$$partition
Partition an array to multiple constant size arrays
Usage​
{
"$$partition": /* Array of elements */,
"size": 100 /* integer */
}
"$$partition([size]):{input}"
note
Concrete values in the usage example are default values.
Returns​
array[] - of same items type as input
Arguments​
| Argument | Type | Values | Required / Default Value | Description |
|---|---|---|---|---|
| Input | array | Yes | Array of elements | |
size | integer | 100 | The size of each partition |