Type Alias P10

Source
pub type P10 = PInt<U10>;

Aliased Type§

pub struct P10 {
    pub(crate) n: UInt<UInt<UInt<UInt<UTerm, B1>, B0>, B1>, B0>,
}

Fields§

§n: UInt<UInt<UInt<UInt<UTerm, B1>, B0>, B1>, B0>