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