pub type i16x1 = Simd<i16, 1>;
portable_simd
A SIMD vector with one element of type i16.
i16
struct i16x1(/* private fields */);