Possible to merge/join two dymanic arrays?

I know that i can just iterate through the second array and AddItem() each element into first. Just though there might be a nicer way of doing this… ?