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

endIndex

The string’s past-the-end position — the position one greater than the last valid subscript argument.

Declaration 宣言

var endIndex: AttributedString.Index { get }

Discussion 議論

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

Relationships 関係

From Protocol 由来プロトコル

See Also 参照

Accessing Terminal Indices