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

startIndex

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

Declaration 宣言

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

Discussion 解説

In a Repeated collection, startIndex is always equal to zero. If the collection is empty, startIndex is equal to endIndex. Repeatedコレクションにおいて、startIndexは常にゼロと等しいです。コレクションが空ならば、startIndexendIndexと等しいです。

Relationships 関係

From Protocol 由来プロトコル