pub type i32x2 = Simd<i32, 2>;
portable_simd
A SIMD vector with two elements of type i32.
i32
struct i32x2(/* private fields */);