I want to remove all elements from an existing dictionary.
// Initialize the Dictionary var dict = ["name": "John", "surname": "Doe"] // Remove all elements dict.removeAll() print(dict)
* 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