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

endIndex

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

Declaration 宣言

var endIndex: Int { get }

Discussion 解説

If the collection is empty, endIndex is equal to startIndex. コレクションが空ならば、endIndexstartIndexと等しいです。

Relationships 関係

From Protocol 由来プロトコル