Protocol

SIMDStorage

A type that can function as storage for a SIMD vector type. ある型、それは、SIMDベクター型に対するストレージとして機能できるものです。

Declaration 宣言

protocol SIMDStorage

Overview 概要

The SIMDStorage protocol defines a storage layout and provides elementwise accesses. Computational operations are defined on the SIMD protocol, which refines this protocol, and on the concrete types that conform to SIMD. SIMDStorageプロトコルは、ストレージレイアウトを定義します、そして要素単位のアクセスを提供します。計算関係演算は、SIMDプロトコル上で、それはこのプロトコルを洗練させたものです、そしてSIMDに準拠する具象型上で、定義されます。

Topics 話題

Associated Types さまざまな関連型

Initializers イニシャライザ

Instance Properties 様々なインスタンスプロパティ

Subscripts 添え字

Relationships 関係

Inherited By 継承される先

Conforming Types これらの型が準拠

See Also 参照

Supporting Types 支援を行う型