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