pub type u8x16 = Simd<u8, 16>;
portable_simd
A 128-bit SIMD vector with 16 elements of type u8.
u8
Converts to this type from the input type.