Skip to main content

i32x2

Type Alias i32x2 

Source
pub type i32x2 = Simd<i32x2>;

Aliased Type§

#[repr(transparent)]
pub struct i32x2(pub Simd<i32, 2>);

Tuple Fields§

§0: Simd<i32, 2>