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