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