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