thecsw / gana

Generic library for my go programs
Apache License 2.0
3 stars 1 forks source link

Add vararg Min and Max functions #9

Closed matthewsanetra closed 2 years ago

matthewsanetra commented 2 years ago

Add the Minv, Maxv and MinMaxv functions that return the minimum, maximum, and both, of the args, respectively.