arrayConcat

arrayConcat

> Functions

Returns a new list containing all the elements of the lists passed as an end-to-end parameter. This function is equivalent to list1 + list2.

Example :

Parameters
Return
Synonyms