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

startIndex

The position of the first Unicode scalar value if the string is nonempty. 文字列が空でないならば、最初のユニコードスカラー値の位置。

Declaration 宣言

var startIndex: String.UnicodeScalarView.Index { get }

Discussion 解説

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

Relationships 関係

From Protocol 由来プロトコル