Files
the-swift-programming-langu…/source/chapter1
TheLittleBoy 86de1cfd97 代码更新
在Xcode6.0.1中,以下这两种写法都正确。

let emptyDictionary = Dictionary<String, Float>()

let emptyDictionary = [String: Float]()
2014-09-20 16:15:55 +08:00
..
2014-06-15 12:35:22 +08:00
2014-09-20 16:15:55 +08:00
2014-09-05 22:13:03 +08:00
2014-06-15 12:35:22 +08:00