insert()Inserts a value into an array at the given position.
This function is valid in v2.14.1 to v2.24.3. This function has been downloaded 66 times.array.array. A negative value will mean that the position is counted from the end of array. A position of -0 means that value will be added to the end of array.array. This is useful when chaining.This function directly requires the following function which is included automatically:
insertInto()This function is directly required by the following function:
insertInto()