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