pub type U1 = Uint<1, 1>;
Uint for 1 bit. Similar to bool.
Uint
1
bool
struct U1 { /* private fields */ }