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