i16x4

Type Alias i16x4 

Source
pub type i16x4 = Simd<i16x4>;

Aliased Type§

#[repr(transparent)]
pub struct i16x4(pub Simd<i16, 4>);

Tuple Fields§

§0: Simd<i16, 4>