A pattern and a length for lists.repeatInPattern, which repeats the pattern until the list is that long.
lists.repeatInPattern
Optional
The items to repeat, in order.
undefined Copy
undefined
When true, the pattern is deep-copied first so the input is never changed. Data with circular references cannot be copied and throws.
true Copy
true
The length of the result; the pattern is cut off there.
100 Copy
100
1
Infinity
Namespace: Bit › Inputs › Lists
Other symbols in Inputs.Lists:
API reference home · Full symbol index · Tutorials and guides · Platform
A pattern and a length for
lists.repeatInPattern, which repeats the pattern until the list is that long.