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