Member
matilde
What is Dictionary in Swift?
pink
It enables you to store the key-value pairs and access the value by providing the key. It is similar to that of the hash tables in other programming languages.