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