https://github.com/devries/combs
https://github.com/devries/combs
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/devries/combs
- Owner: devries
- License: mit
- Created: 2021-12-30T19:46:10.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-12-06T05:26:11.000Z (over 3 years ago)
- Last Synced: 2025-10-10T13:54:58.724Z (9 months ago)
- Language: Go
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Generic Combinations and Permutations
[](https://github.com/devries/combs/actions/workflows/main.yml)
[](https://pkg.go.dev/github.com/devries/combs)
Although I don't anticipate using it much, I decided to give go generics a try.
I've been known to toss the old void pointer around in C on occasion.