pub type isizex1 = Simd<isize, 1>;
portable_simd
A SIMD vector with one element of type isize.
isize
struct isizex1(/* private fields */);