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: Repeated<Element>.Index { get }

Discussion 解説

In a Repeated collection, endIndex is always equal to count. If the collection is empty, endIndex is equal to startIndex. Repeatedコレクションにおいて、endIndexは常にcountと等しいです。コレクションが空ならば、endIndexstartIndexと等しいです。

Relationships 関係

From Protocol 由来プロトコル