pub type U3 = UInt<UInt<UTerm, B1>, B1>;
struct U3 { pub(crate) msb: UInt<UTerm, B1>, pub(crate) lsb: B1, }
msb: UInt<UTerm, B1>
The more significant bits of Self.
Self
lsb: B1
The least significant bit of Self.