Add two dictionary values in new array . the array values will remains unchanged from its position

Add two dictionary values in new array . the array values will remains unchanged from its position

Welcome to the forums!

In Swift an Array is an ordered collection, so unless you move things around in it the order will stay the same.

I think that is what you are asking about. You might want to check out the language guide on swift.org as well.