+
K
Supported in: Batch, Faster, Streaming
Adds a value to the array at a specified index.
Expression categories: Array
Type variable bounds: T accepts AnyType
Output type: Array<T>
Argument values:
numbers
index
value
Description: Index values greater than the list length append to the array.
Description: Negative values for the index count back from the end of the array.