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

startIndex

The position of the first character in a nonempty attributed string. ある空でない属性付き文字列の中の最初の文字の位置。

Declaration 宣言

var startIndex: AttributedString.Index { get }

Discussion 議論

In an empty string, startIndex is equal to endIndex. 空の文字列において、endIndexstartIndexと等しいです。

Relationships 関係

From Protocol 由来プロトコル

See Also 参照

Accessing Terminal Indices