Methods for the builtin nat type.
nat max @public
Maximum value of a nat.
Used as T.nat.max
Javascript note: As Javascript uses a float to store the number it will be rounded off from 18446744073709551615 to 18446744073709552000. The largest number that is not rounded off is 2^53, or 9007199254740992.
nat min @public
Minimum value of a nat.
Used as T.nat.min