How To Declare Populated Dictionary In Swift

[Solved] How To Declare Populated Dictionary In Swift | Swift - Code Explorer | yomemimo.com
Question : how to declare populated dictionary in swift

Answered by : muhammad-zeeshan-vdbiet6jzy1z

var populatedDictionary = ["key1": "value1", "key2": "value2"]

Source : https://stackoverflow.com/questions/24033393/swift-declare-an-empty-dictionary | Last Update : Thu, 03 Mar 22

Answers related to how to declare populated dictionary in swift

Code Explorer Popular Question For Swift