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