N0z

Type Alias N0z 

Source
pub type N0z = NonZeroIntegers;
Expand description

Abbreviation of NonZeroIntegers family.

Aliased Type§

pub enum N0z {
    _8(NonZeroInteger8),
    _16(NonZeroInteger16),
    _32(NonZeroInteger32),
    _64(NonZeroInteger64),
    _128(NonZeroInteger128),
}

Variants§