The index of the element to access. index
must be in the range 0..<scalar
.
アクセスする要素のインデックス。index
は、範囲0..<scalar
の中になければなりません。
Subscript
subscript(_:)
Accesses the element at the specified index.
指定されたインデックスでの要素にアクセスします。
Availability
- iOS 8.0+
- iPadOS 8.0+
- macOS 10.10+
- Mac Catalyst 13.0+
- tvOS 9.0+
- watchOS 2.0+
- Xcode 10.2+
Technology
- Swift Standard Library Swift標準ライブラリ
Declaration 宣言
Parameters パラメータ
index
Count Count
Discussion 解説
Note 注意
This documentation comment was inherited from SIMDStorage
.
この文書化コメントは、SIMDStorage
から引き継がれました。