Skip to main content

i8x4

Type Alias i8x4 

Source
pub type i8x4 = Simd<i8x4>;

Aliased Type§

#[repr(transparent)]
pub struct i8x4(pub Simd<i8, 4>);

Tuple Fields§

§0: Simd<i8, 4>