Type Alias

EnumeratedSequence.Iterator.Element

The type of element returned by next(). next()によって返される要素のもつ型。

Declaration 宣言

typealias Element = (offset: Int, element: Base.Element)

Relationships 関係

From Protocol 由来プロトコル