Instance Property
インスタンスプロパティ
startIndex
The position of the first code unit if the UTF-8 view is nonempty.
UTF-8ビューが空でないならば、最初のコードユニットの位置。
Technology
- Swift Standard Library
Swift標準ライブラリ
Discussion
解説
If the UTF-8 view is empty, startIndex
is equal to endIndex
.
UTF-8ビューが空ならば、startIndex
はendIndex
と等しいです。