Google News
logo
Swift - Interview Questions
Explain Dictionary in Swift.
Swift Dictionary is used to store the key-value pairs and access the value by using the key. It is just like hash tables in other programming languages.
Advertisement