Instance Method
インスタンスメソッド
replace(with:where:)
Replaces elements of this vector with elements of other
in the lanes where mask
is true
.
このベクターの要素を、mask
がtrue
であるところの、レーンの中のother
の要素で置き換えます。
Technology
- Swift Standard Library
Swift標準ライブラリ
Declaration
宣言
mutating func replace(with other: SIMDMask
<Storage>, where mask: SIMDMask
<Storage>)
Available when Storage
is SIMD8
<
Int8
>
.
Storage
がSIMD8
<
Int8
>
である時に利用可能です。
Discussion
解説
Equivalent to:
次に等しい: