An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# Functional Go 1.18 with Generics

[![Go Version](https://img.shields.io/github/go-mod/go-version/rwxrob/fn)](https://tip.golang.org/doc/go1.18)
[![GoDoc](https://godoc.org/github.com/rwxrob/fn?status.svg)](https://godoc.org/github.com/rwxrob/fn)
[![License](https://img.shields.io/badge/license-Apache2-brightgreen.svg)](LICENSE)
[![Go Report
Card](https://goreportcard.com/badge/github.com/rwxrob/fn)](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)