Type Alias N10

Source
pub type N10 = NInt<U10>;

Aliased Type§

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

Fields§

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