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