Type alias PositiveInteger<N>

PositiveInteger<N>: IfEquals<IsPositiveInteger<N>, true, Integer<N>, never>

Type representing an integer that's in [0,+∞[

Type Parameters