subscript<Index>(SIMD3<Index>) -> SIMD3<Self.Scalar>
Extracts the scalars at specified indices to form a SIMD3.
形式SIMD3への指定インデックスそれらでのスカラーを抽出します。
subscript<Index>(SIMD4<Index>) -> SIMD4<Self.Scalar>
Extracts the scalars at specified indices to form a SIMD4.
形式SIMD4への指定インデックスそれらでのスカラーを抽出します。
subscript<Index>(SIMD8<Index>) -> SIMD8<Self.Scalar>
Extracts the scalars at specified indices to form a SIMD8.
形式SIMD8への指定インデックスそれらでのスカラーを抽出します。
subscript<Index>(SIMD16<Index>) -> SIMD16<Self.Scalar>
Extracts the scalars at specified indices to form a SIMD16.
形式SIMD16への指定インデックスそれらでのスカラーを抽出します。
subscript<Index>(SIMD32<Index>) -> SIMD32<Self.Scalar>
Extracts the scalars at specified indices to form a SIMD32.
形式SIMD32への指定インデックスそれらでのスカラーを抽出します。
subscript<Index>(SIMD64<Index>) -> SIMD64<Self.Scalar>
Extracts the scalars at specified indices to form a SIMD64.
形式SIMD64への指定インデックスそれらでのスカラーを抽出します。