Swift Collection Type Array Collection Types in Swift Swift has 3 primary collection types , known as arrays, sets and dictionaries arrays – ordered collections of values sets – unordered collection of values dictionaries – unordered collections of key-value pairs…