Subscript

subscript(_:)

Accesses the element at the specified index. 指定されたインデックスでの要素にアクセスします。

Declaration 宣言

subscript(index: Int) -> Self.Scalar { get set }

Parameters パラメータ

index

The index of the element to access. index must be in the range 0..<scalarCount. アクセスする要素のインデックス。indexは、範囲0..<scalarCountの中になければなりません。

Default Implementations 省略時実装

SIMD Implementations SIMD実装