Type Alias P3

Source
pub type P3 = PInt<U3>;

Aliased Type§

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

Fields§

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