-
-
Notifications
You must be signed in to change notification settings - Fork 619
table.join
starkos edited this page Apr 10, 2021
·
3 revisions
This wiki is no longer being maintained.
Adds the values from one array to the end of another and returns the result.
table.join(arr1, arr2, ...)
arr1
contains the elements to be placed at the front of the result, followed by the elements of arr2
and so on.
A new array containing all of the values in order.
Premake 5.0 or later.