Type Alias N5

Source
pub type N5 = NInt<U5>;

Aliased Type§

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

Fields§

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