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

startIndex

The position of the first element in a nonempty array. 空でない集合の中の最初の要素の位置。

Declaration 宣言

var startIndex: Int { get }

Discussion 解説

ArraySlice instances are not always indexed from zero. Use startIndex and endIndex as the bounds for any element access, instead of 0 and count. ArraySliceインスタンスは、常にゼロからインデックスをつけられるわけではありません。startIndexおよびendIndexをその境界としてあらゆる要素アクセスのために使ってください、0およびcountではなく。

If the array is empty, startIndex is equal to endIndex. 配列が空ならば、startIndexendIndexと等しいです。

Relationships 関係

From Protocol 由来プロトコル