3) What is Dictionary in Swift?

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.

Comments

Popular posts from this blog

In Swift, Optionals and Optional Binding are key concepts for handling values ?

What is benifit of using higher order functions?

Swift Optionals and force unwrapping?