package
1.0.113
Repository: https://github.com/enetx/g.git
Documentation: pkg.go.dev

# Functions

Cmp compares two ordered values and returns the result as an Ordering value.
Max returns the maximum value among the given values.
MaxBy finds the maximum value in the collection t according to the provided comparison function fn.
Min returns the minimum value among the given values.
MinBy finds the minimum value in the collection t according to the provided comparison function fn.

# Constants

Equal represents an ordered value where a compared value is equal to another.
Greater represents an ordered value where a compared value is greater than another.
Less represents an ordered value where a compared value is less than another.

# Type aliases

Ordering is the result of a comparison between two values.