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