A negative (-∞ < x < 0) number that is an integer. Equivalent to Negative<Integer<T>>.
-∞ < x < 0
number
Negative<Integer<T>>
You can't pass a bigint as they are already guaranteed to be integers, instead use Negative<T>.
bigint
Negative<T>
Use-case: Validating and documenting parameters.
A negative (
-∞ < x < 0)numberthat is an integer. Equivalent toNegative<Integer<T>>.You can't pass a
bigintas they are already guaranteed to be integers, instead useNegative<T>.Use-case: Validating and documenting parameters.