Skip to content

skholee/generic-wheel

Repository files navigation

generic-wheel

generic-wheel is an generic wheel library fully written in Go generic syntax. It will provider Dictionary, Set, Map, Filter, Reduce, Option and Iterator.

Prepare

  • go version >= 1.18 (or 1.18beta1)

Overview

generic-wheel has the following wheel:

  • Dictionary
  • Set
  • Filter
  • Map
  • Reduce
  • Option
  • Iterator

Running the Tests

go test -v ./...

License

Apache V2.0

References

https://go.googlesource.com/proposal/+/refs/heads/master/design/43651-type-parameters.md

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages