package
6.2.1
Repository: https://github.com/mgenware/go-packagex.git
Documentation: pkg.go.dev

# Functions

AbsInt returns the absolute value of an int number.
AbsInt64 returns the absolute value of an int number.
MaxByte returns the larger of two byte numbers.
MaxInt returns the larger of two int numbers.
MaxInt64 returns the larger of two int64 numbers.
MaxUint returns the larger of two uint numbers.
MaxUint64 returns the larger of two uint64 numbers.
MinByte returns the smaller of two byte numbers.
MinInt returns the smaller of two int numbers.
MinInt64 returns the smaller of two int64 numbers.
MinUint returns the smaller of two uint numbers.
MinUint64 returns the smaller of two uint64 numbers.