pub type U64 = Uint<64, 1>;
Uint for 64 bits. Similar to u64.
Uint
64
u64
struct U64 { /* private fields */ }