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

startIndex

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

Declaration 宣言

var startIndex: Binding<Value>.Index { get }
Available when Value conforms to MutableCollection.

Discussion 議論

If the collection is empty, startIndex is equal to endIndex.