pub type U64x4 = Vector<u64, 4>;
A 4-dimensional vector of u64s.
u64
pub struct U64x4(pub [u64; 4]);
0: [u64; 4]