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