Type Alias

ReversedCollection.Element

A type that represents a valid position in the collection. 有効な位置をそのコレクションにおいて表している型。

Declaration 宣言

typealias Element = Base.Element

Discussion 解説

Valid indices consist of the position of every element and a “past the end” position that’s not valid for use as a subscript. 有効なインデックスは、各要素の位置、および添え字として使うのに有効でない“終わりを過ぎた”位置から成ります。

Relationships 関係