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