pub type Naturals = NonNegativeIntegers;Expand description
Alias of NonNegativeIntegers family.
Aliased Type§
pub enum Naturals {
_8(NonNegativeInteger8),
_16(NonNegativeInteger16),
_32(NonNegativeInteger32),
_64(NonNegativeInteger64),
_128(NonNegativeInteger128),
}