//
pkg.gl
Category
github.com/tr1v3r/pkg
sort
package
0.1.10
Repository:
https://github.com/tr1v3r/pkg.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
1
Dependents
0
Files
49 SLOC
#
Functions
MultiBy
MultiBy returns a Sorter that sorts using the less functions, in order.
ReverseBy
ReverseBy return an reverse closure By.
#
Type aliases
By
By is the type of a "less" function that defines the ordering of its T arguments.