Type Alias P5

Source
pub type P5 = PInt<U5>;

Aliased Type§

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

Fields§

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