Type Alias digest::consts::N1

source ·
pub type N1 = NInt<UInt<UTerm, B1>>;

Aliased Type§

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

Fields§

§n: UInt<UTerm, B1>