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

startIndex

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

Declaration 宣言

var startIndex: ReversedCollection<Base>.Index { get }

Discussion 解説

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

Relationships 関係

From Protocol 由来プロトコル