pub type I64x4 = Vector<i64, 4>;
A 4-dimensional vector of i64s.
i64
pub struct I64x4(pub [i64; 4]);
0: [i64; 4]