BVec4S

Type Alias BVec4S 

Source
pub type BVec4S = Vector<4, bool, NonSimd>;
Expand description

A 4D vector of bool elements.

Unlike BVec4, this type is never SIMD-aligned (“s” stands for “scalar”). This is a type alias for Vector<4, bool, NonSimd>.

Aliased Type§

pub struct BVec4S(/* private fields */);