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