mirror of
https://github.com/rjNemo/underscore
synced 2026-06-06 02:26:42 +00:00
No description
| .github | ||
| docs | ||
| .gitignore | ||
| .golangci.yml | ||
| contains.go | ||
| contains_test.go | ||
| Dockerfile | ||
| each.go | ||
| each_test.go | ||
| every.go | ||
| every_test.go | ||
| filter.go | ||
| filter_test.go | ||
| find.go | ||
| find_test.go | ||
| go.mod | ||
| go.sum | ||
| LICENSE | ||
| Makefile | ||
| map.go | ||
| map_test.go | ||
| max.go | ||
| max_test.go | ||
| min.go | ||
| min_test.go | ||
| partition.go | ||
| partition_test.go | ||
| README.md | ||
| reduce.go | ||
| reduce_test.go | ||
| some.go | ||
| some_test.go | ||
| types.go | ||
Underscore
underscore is a Go library that provides useful functional programming helpers without extending any built-in
objects.
It is mostly a port from the underscore.js library based on generics brought by go1.18.
Functions
underscore provides 100s of functions that support your favorite functional helpers
Collections
mapfilterreduceeachsomeeveryfindcontains(only numerics values at the moment)maxminpartition