Tag: 集合
All the articles with the tag "集合".
-
Swift 进阶【二】集合类型协议
Published date:- - - - Sequence定义: 要实现一个Sequence,首先需要提供一个返回迭代器(iterator)的 方法。 对于迭代器,它是一个满足 协议的类型。
All the articles with the tag "集合".
- - - - Sequence定义: 要实现一个Sequence,首先需要提供一个返回迭代器(iterator)的 方法。 对于迭代器,它是一个满足 协议的类型。