Type Alias N3

Source
pub type N3 = NInt<U3>;

Aliased Type§

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

Fields§

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