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

startIndex

The starting position for iterating members of the set. 集合のメンバを反復するための開始位置。

Declaration 宣言

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

Discussion 解説

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

Relationships 関係

From Protocol 由来プロトコル

See Also 参照

Manipulating Indices インデックスを操る