Z

Type Alias Z 

Source
pub type Z = Integers;
Expand description

Abbreviation of Integers family.

Aliased Type§

pub enum Z {
    _8(Integer8),
    _16(Integer16),
    _32(Integer32),
    _64(Integer64),
    _128(Integer128),
    Big(IntegerBig),
}

Variants§

§

_8(Integer8)

§

_16(Integer16)

§

_32(Integer32)

§

_64(Integer64)

§

_128(Integer128)

§

Big(IntegerBig)

Available on crate feature dashu-int only.