Type Alias

LazyMapSequence.Iterator.Iterator

A type that provides the sequence’s iteration interface and encapsulates its iteration state. そのシーケンスの持つ反復インターフェイスを提供してそれの反復状態をカプセル化するある型。

Declaration 宣言

typealias Iterator = LazyMapSequence<Base, Element>.Iterator

Discussion 解説

Relationships 関係

From Protocol 由来プロトコル