pub type Mask4U<T> = Mask<4, T, Unaligned>;Expand description
A 4-component vector mask.
To initialize this type use Mask4U::new.
§No SIMD Alignment
This type is not SIMD-aligned and has the memory layout of [bool; 4].
Aliased Type§
pub struct Mask4U<T>(/* private fields */);