https://github.com/rwxrob/fn
Functional Go (1.18) with Generics
https://github.com/rwxrob/fn
filter functional generics golang library map reduce
Last synced: about 1 year ago
JSON representation
Functional Go (1.18) with Generics
- Host: GitHub
- URL: https://github.com/rwxrob/fn
- Owner: rwxrob
- License: apache-2.0
- Created: 2022-03-06T07:58:02.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-12-05T09:39:39.000Z (over 3 years ago)
- Last Synced: 2024-11-02T08:23:49.668Z (over 1 year ago)
- Topics: filter, functional, generics, golang, library, map, reduce
- Language: Go
- Homepage:
- Size: 28.3 KB
- Stars: 12
- Watchers: 2
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# Functional Go 1.18 with Generics
[](https://tip.golang.org/doc/go1.18)
[](https://godoc.org/github.com/rwxrob/fn)
[](LICENSE)
[](https://goreportcard.com/report/github.com/rwxrob/fn)
*Note: Go report card doesn't do 1.18 yet.*
* [Map/Filter/Reduce](fn.go)
* [Each Loop](each)
* [Maps Library](maps)
* [Map Functions Library](mapf)
* [Filter Functions Library](filt)