pub type U64 = Uint<64, 1>;
Uint for 64 bits. Similar to u64.
Uint
64
u64
Converts a fixed byte array into a fixed-width unsigned integer by interpreting the bytes as big-endian.