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

startIndex

The position of the first element in a nonempty collection. 空でないコレクションの中の最初の要素の位置。

Declaration 宣言

var startIndex: Self.Index { get }

Discussion 解説

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

See Also 参照

Manipulating Indices インデックスを操る