Generic Structure
SIMDMask
Technology
- Swift Standard Library
Swift標準ライブラリ
Topics
話題
Initializers
イニシャライザ
init()
Creates a vector with zero in all lanes.
あるベクターを全レーンにおいてゼロで作成します
init<S>(S)
Creates a vector from the given sequence.
あるベクターをこの与えられたシーケンスから作成します。
init(from: Decoder)
Creates a new vector by decoding scalars from the given decoder.
ある新しいベクターをこの与えられたデコーダからスカラーをデコードすることによって作成します。
Instance Properties
様々なインスタンスプロパティ
Instance Methods
インスタンスメソッド
func encode(to: Encoder)
Encodes the scalars of this vector into the given encoder in an unkeyed container.
このベクターのスカラーそれらをこの与えられたエンコーダへとキー付けされないコンテナの中に符号化します。
See Also
参照
Supporting Types
支援を行う型
protocol SIMD
A SIMD vector of a fixed number of elements.
固定された数の要素のSIMDベクター。
protocol SIMDScalar
A type that can be used as an element in a SIMD vector.
SIMDベクターにおける要素として使用できるある型。
protocol SIMDStorage
A type that can function as storage for a SIMD vector type.
ある型、それは、SIMDベクター型に対するストレージとして機能できるものです。