Type Alias digest::consts::P1

source ·
pub type P1 = PInt<UInt<UTerm, B1>>;

Aliased Type§

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

Fields§

§n: UInt<UTerm, B1>