查看完整版本 : Swift 4.1

Susan﹏汪汪 2018-4-3 19:07

Swift 4.1正式推出了

更重要的是Conditional conformances也都正式可以用

以後都可以寫類似的code

[code]extension MyArray: Equatable where Element: Equatable {
  static func ==(lhs: MyArray<Element>, rhs: MyArray<Element>) -> Bool { ... }
}[/code]
頁: [1]
查看完整版本: Swift 4.1