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

startIndex

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

Declaration 宣言

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

Discussion 解説

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

Relationships 関係

From Protocol 由来プロトコル