A valid index of the view. position
must be less than the view’s end index.
このビューの有効なインデックス。position
はこのビューの末尾インデックスより少なくなければなりません。
Subscript
subscript(_:)
Accesses the code unit at the given position.
与えられた位置でのコード単位にアクセスします。
Availability
- iOS 8.0+
- iPadOS 8.0+
- macOS 10.10+
- Mac Catalyst 13.0+
- tvOS 9.0+
- watchOS 2.0+
- Xcode 7.1+
Technology
- Swift Standard Library Swift標準ライブラリ
Declaration 宣言
Parameters パラメータ
position
Discussion 解説
The following example uses the subscript to print the value of a string’s first UTF-16 code unit. 以下の例は、添え字を使って文字列のもつ最初のUTF-16コード単位の値を出力します。