insert()
Inserts a value into an array at the given position.
This function is valid in v2.14.1 to v2.15.0. This function has been downloaded 3 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 requires the following function which is included automatically:
insertInto()