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

startIndex

The position of the first element. 最初の要素の位置。

Declaration 宣言

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

Discussion 解説

In a CollectionOfOne instance, startIndex is always 0. あるCollectionOfOneインスタンスにおいて、startIndexは常に0です。

Relationships 関係

From Protocol 由来プロトコル