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