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