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

endIndex

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

Declaration 宣言

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

Discussion 解説

If the set is empty, endIndex is equal to startIndex. 集合が空ならば、endIndexstartIndexと等しいです。

Relationships 関係

From Protocol 由来プロトコル

See Also 参照

Manipulating Indices インデックスを操る