i16x8

Type Alias i16x8 

Source
pub type i16x8 = Simd<i16x8>;

Aliased Type§

#[repr(transparent)]
pub struct i16x8(pub Simd<i16, 8>);

Tuple Fields§

§0: Simd<i16, 8>