Type Alias N32

Source
pub type N32 = NInt<U32>;

Aliased Type§

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

Fields§

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