package
0.2.0
Repository: https://github.com/jefffaer/go-stdlib-ext.git
Documentation: pkg.go.dev

# Functions

Comparing creates a CmpFunc that compares Ts by first converting them into Es.
Comparing creates a CmpFunc that compares Ts by first converting them into Es, then then checking those Es with the provided CmpFunc.
FalseFirst returns a CmpFunc[bool] that sorts false before true.
TrueFirst returns a CmpFunc[bool] that sorts true before false.

# Type aliases

CmpFunc is a convience that represents the comparison functions used by APIs like slices.SortFunc.
LessFunc is a convenience that repesents the comparison functions used by older APIs like sort.Slice.