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