# Functions
AbsI64 returns the absolute value of an int64 value.
AbsInt returns the absolute value of an int value.
MaxI64 returns the bigger value of the two input int64s.
MaxInt returns the bigger value of the two input ints.
MinI64 returns the smaller value of the two input int64s.
MinInt returns the smaller value of the two input ints.
# Constants
MaxI64Value is the max value for type int64.
MaxIntValue is the max value for type int.