Introduction To Swift: Basics (Part 2)
Collection Types in Swift
Swift has 3 collection types named Arrays, Sets, and Dictionaries which we can use to store the collection of values. In the swift collection, we can also provide types for values and keys which makes us clear about what typ...
akshayjadhav.hashnode.dev10 min read