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