//
pkg.gl
Category
github.com/HiWay-Media/hwm-go-utils
utils
int
package
0.6.78
Repository:
https://github.com/hiway-media/hwm-go-utils.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
0
Dependents
0
Files
30 SLOC
#
Functions
IsEven
IsEven returns true if the integer is even.
IsOdd
IsOdd returns true if the integer is odd.
Max
Max returns the largest integer from a list of integers.
Min
Min returns the smallest integer from a list of integers.