pub type Mask3<T> = Mask<3, T, Aligned>;Expand description
A 3-component vector mask.
To initialize this type use Mask3::new.
§SIMD Alignment
This type may be SIMD-aligned depending on the target architecture.
Aliased Type§
pub struct Mask3<T>(/* private fields */);