I have a Dictionary and want to calculate its size/capacity (how many key-value pairs it contains).
// Initialize the Dictionary var dict = ["name": "John", "surname": "Doe"] // Get the size of the dictionary let size = dict.count print(size)
* Please let us know about anything: issues/feature request/suggestions......And we'll do our best to get back to you asap! :)
Or just post your issue on iSwift's Official Issue Tracker