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