package
0.0.0-20240929113052-427f8c84d8a0
Repository: https://github.com/wallberg/sandbox-go.git
Documentation: pkg.go.dev
# Functions
CountDigits counts the number of digits in an integer.
MaxInt returns the maximum value of the provided ints.
MinInt returns the minimum value of the provided ints.
Monus returns max(x-y, 0).