pub type usizex1 = Simd<usize, 1>;
portable_simd
A SIMD vector with one element of type usize.
usize
struct usizex1(/* private fields */);