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