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