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