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