table.move
Example
Example of the this can be used.
Output: 1 = a
2 = b
3 = c
4 = d
5 = e
1 = c
2 = d
3 = e
4 = i
5 = j
Moves elements from one part of a table to another part a given table. This is similar to assigning elements from the source table to the destination table in multiple assignments.
Example of the this can be used.