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

startIndex

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

Declaration 宣言

var startIndex: FlattenSequence<Base>.Index { get }
Available when Base conforms to Collection and Base.Element conforms to Collection. BaseCollectionに準拠するそしてBase.ElementCollectionに準拠する時に利用可能です。

Discussion 解説

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

Relationships 関係

From Protocol 由来プロトコル