package
0.0.0-20220607003519-24ca9bfe3687
Repository: https://github.com/skeptycal/gosimple.git
Documentation: pkg.go.dev

# Functions

InterfaceEqual protects against panics from doing equality tests on two interfaces with non-comparable underlying types.
Max returns the item that is greater as defined by the constraint type T.
MaxSet returns the maximum value in a set of values.
No description provided by the author
MinMax returns the min and max of the two inputs in increasing order, i.e.
MinSet returns the minimum value in a set of values.
Sort returns a sorted list from a list of values.

# Type aliases

No description provided by the author