Type Alias P7

Source
pub type P7 = PInt<U7>;

Aliased Type§

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

Fields§

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