//
pkg.gl
Category
github.com/agflow/tools
groupby
package
0.0.20
Repository:
https://github.com/agflow/tools.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
7
Dependents
0
Files
149 SLOC
#
Functions
Agg
Agg groups by a slice of structs with an aggregation function.
Fold
Fold groups by a slice of structs with a fold function.
#
Type aliases
AggrFunc
AggrFunc is an aggregation function.
FoldFunc
FoldFunc is a fold function.