type Even<N> = UInt<N, B0>;
The even number 2*N
struct Even<N> { pub(crate) msb: N, pub(crate) lsb: B0, }
msb: N
The more significant bits of Self.
Self
lsb: B0
The least significant bit of Self.