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