⚠ Internal Docs ⚠Not Public APIOfficial Docs Here
pub type i32x2 = Simd<i32, 2>;
portable_simd
A SIMD vector with two elements of type i32.
i32