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