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