typealias EnumeratedSequence.Iterator.Element
The type of element returned by
next()
.
next()
によって返される要素のもつ型。
typealias EnumeratedSequence.Iterator.Iterator
A type that provides the sequence’s iteration interface and encapsulates its iteration state.
そのシーケンスの持つ反復インターフェイスを提供してそれの反復状態をカプセル化するある型。