pub type i8x2 = Simd<i8, 2>;
portable_simd
A SIMD vector with two elements of type i8.
i8
struct i8x2(/* private fields */);