Type Alias

SectionedFetchResults.Iterator

A type that provides the collection’s iteration interface and encapsulates its iteration state. ある型、それはコレクションのもつ反復インターフェイスを提供およびそれの反復状態をカプセル化します。

Declaration 宣言

typealias Iterator = IndexingIterator<SectionedFetchResults<SectionIdentifier, Result>>

Discussion 議論

By default, a collection conforms to the Sequence protocol by supplying IndexingIterator as its associated Iterator type.