I have tried to find a Function that can combine two Arrays into one.

Something like =CombineTwoArrays(Array1,Array2)
Array1 is a 1:n, Array2 is also 1:n
CombineTwoArrays is 2:n

Is there a simple way to do this?