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

startIndex

The position of the first element in a non-empty collection. 空でないコレクションにおける最初の要素の位置。

Declaration 宣言

var startIndex: LazySequence<Base>.Index { get }
Available when Base conforms to Collection. BaseCollectionに準拠する時に利用可能です。

Discussion 解説

In an empty collection, startIndex == endIndex. 空のコレクションでは、startIndex == endIndex

Relationships 関係

From Protocol 由来プロトコル