Instance Property
インスタンスプロパティ
endIndex
The “past the end” position—that is, the position one greater than the last valid subscript argument.
「終わりを過ぎた」位置—すなわち、最後の有効な添え字引数より1つ大きい位置。
Technology
- Swift Standard Library
Swift標準ライブラリ
Discussion
解説
In an empty UTF-8 view, endIndex
is equal to startIndex
.
空のUTF-8ビューにおいて、endIndex
はstartIndex
と等しいです。