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