Type Alias mask16x32

Source
pub type mask16x32 = Simd<mask16x32>;

Aliased Type§

#[repr(transparent)]
pub struct mask16x32(pub Mask<i16, 32>);

Tuple Fields§

§0: Mask<i16, 32>