Type Alias N7

Source
pub type N7 = NInt<U7>;

Aliased Type§

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

Fields§

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