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