Skip to content

ARRAY_CAT

ARRAY_CAT(A, B)

Takes in two arrays and returns an array of all the elements from the first array followed by all the elements in the second array.