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