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