Type Alias typenum::consts::N10

source ·
pub type N10 = NInt<U10>;

Aliased Type§

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

Fields§

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