Type Alias i32x8

Source
pub type i32x8 = Simd<i32x8>;

Aliased Type§

#[repr(transparent)]
pub struct i32x8(pub Simd<i32, 8>);

Tuple Fields§

§0: Simd<i32, 8>