Google News
logo
Swift - Interview Questions
Explain Dictionary in Swift?
Dictionary is similar to the hash tables in other programming languages. It speeds up the entries available in the table. Each entity uses its key in the table, which can be of any Boolean type such as string or number. These keys can be used to retrieve the concurrent value that can be of any value.
Advertisement