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