Instance Property インスタンスプロパティ

endIndex

The collection’s “past the end” position—that is, the position one greater than the last valid subscript argument. コレクションの「終わりを過ぎた」位置—すなわち、最後の有効な添え字引数より1つ大きい位置。

Declaration 宣言

var endIndex: LazySequence<Base>.Index { get }
Available when Base conforms to Collection. BaseCollectionに準拠する時に利用可能です。

Discussion 解説

endIndex is always reachable from startIndex by zero or more applications of index(after:). endIndexは、常にstartIndexからindex(after:)のゼロまたはそれ以上の適用によって到達可能です。

Relationships 関係

From Protocol 由来プロトコル