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