Type Alias N4

Source
pub type N4 = NInt<U4>;

Aliased Type§

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

Fields§

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