pub type I1 = Signed<1, 1>;
The 1-bit signed integer type, capable of representing 0 and -1.
struct I1(/* private fields */);