This repository has been archived on 2022-12-23. You can view files and clone it, but cannot push or open issues or pull requests.
fuck-premake-old2/website/docs/table.join.md
2021-03-12 22:10:24 +01:00

377 B

Adds the values from one array to the end of another and returns the result.

table.join(arr1, arr2, ...)

Parameters

arr1 contains the elements to be placed at the front of the result, followed by the elements of arr2 and so on.

Return Value

A new array containing all of the values in order.

Availability

Premake 5.0 or later.