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