https://github.com/nwjlyons/slice
Elixir's Enum module implemented in Go using generics.
https://github.com/nwjlyons/slice
elixir generics go mapreduce
Last synced: 10 months ago
JSON representation
Elixir's Enum module implemented in Go using generics.
- Host: GitHub
- URL: https://github.com/nwjlyons/slice
- Owner: nwjlyons
- License: mit
- Created: 2022-04-15T19:20:01.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2023-05-28T16:40:25.000Z (about 3 years ago)
- Last Synced: 2024-06-20T06:38:16.622Z (about 2 years ago)
- Topics: elixir, generics, go, mapreduce
- Language: Go
- Homepage:
- Size: 65.4 KB
- Stars: 9
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Slice
[](https://pkg.go.dev/github.com/nwjlyons/slice)
Elixir's [Enum](https://hexdocs.pm/elixir/1.13/Enum.html) module implemented in Go using generics.