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

startIndex

The position of the first code unit if the UTF-8 view is nonempty. UTF-8ビューが空でないならば、最初のコードユニットの位置。

Declaration 宣言

var startIndex: String.UTF8View.Index { get }

Discussion 解説

If the UTF-8 view is empty, startIndex is equal to endIndex. UTF-8ビューが空ならば、startIndexendIndexと等しいです。

Relationships 関係

From Protocol 由来プロトコル