Type Alias P2

Source
pub type P2 = PInt<U2>;

Aliased Type§

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

Fields§

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