package
0.1.24
Repository: https://github.com/sqjian/go-kit.git
Documentation: pkg.go.dev

# Functions

No description provided by the author
Filter filters values from a slice using a filter function.
Includes - given a slice of type T and a value of type T, determines whether the value is contained by the slice.
No description provided by the author
Keys returns the keys of the map m in a slice.
MakeSet returns a set of some element type.
Merge - receives slices of type T and merges them into a single slice of type T.
No description provided by the author
No description provided by the author
Sort - sorts given a slice of any order-able type T The constraints.Ordered constraint in the Sort() function guarantees that the function can sort values of any type supporting the operators <, <=, >=, >.
No description provided by the author
Sum sums the values of map containing numeric or float values.

# Type aliases

Set is a set of any values.