Type Alias mask32x2

Source
pub type mask32x2 = Simd<mask32x2>;

Aliased Type§

#[repr(transparent)]
pub struct mask32x2(pub Mask<i32, 2>);

Tuple Fields§

§0: Mask<i32, 2>