In swift there are quite a few ways on defining a dictionary. So, are all of these identical?
var dic1 = Dictionary() var dic2 = [String:
Yes, all these 6 lines do produce the same result:
key
String
value
Int