pub type i32x16 = Simd<i32, $num_elements>;
portable_simd
A SIMD vector with 16 elements of type i32.
i32
struct i32x16(/* private fields */);