Type Definition spaces::discrete::PositiveIntegers

source ·
pub type PositiveIntegers = Naturals;
Expand description

Type representing the set of positive integers, Z(>0).

This type is equivalent to the set of natural numbers.