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

endIndex

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

Declaration 宣言

var endIndex: CollectionOfOne<Element>.Index { get }

Discussion 解説

In a CollectionOfOne instance, endIndex is always 1. CollectionOfOneインスタンスにおいて、endIndexは常に1です。

Relationships 関係

From Protocol 由来プロトコル