Type Alias

LazyDropWhileCollection.Index

A type that represents a position in the collection. コレクションの中のある位置を表す型。

Declaration 宣言

typealias Index = Base.Index
Available when Base conforms to Collection. BaseCollectionに準拠する時に利用可能です。

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 argument. 有効なインデックスは、各要素の位置、および添え字引数として使うのに有効でない“終わりを過ぎた”位置から成ります。

Relationships 関係

From Protocol 由来プロトコル