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 14.0+
- iPadOS 14.0+
- macOS 11.3+
- Mac Catalyst 14.5+
- tvOS 14.0+
- watchOS 7.0+
- Xcode 12.0+
Technology
- Swift Standard Library Swift標準ライブラリ
Declaration 宣言
Parameters パラメータ
index
Count Count
Discussion 解説
Note 注意
This documentation comment was inherited from SIMDStorage
.
この文書化コメントは、SIMDStorage
から引き継がれました。