$$repeat
Creates an array with the specified value repeated count times
Usage​
{
"$$repeat": /* Value to repeat */,
"count": /* integer */
}
"$$repeat(<count>):{input}"
Returns​
array - of same type as input
Arguments​
| Argument | Type | Values | Required / Default Value | Description |
|---|---|---|---|---|
| Input | any | Yes | Value to repeat | |
count | integer | Yes | The amount of times to repeat the value |