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

https://github.com/devries/combs


https://github.com/devries/combs

Last synced: 5 months ago
JSON representation

Awesome Lists containing this project

README

          

# Generic Combinations and Permutations

[![Tests](https://github.com/devries/combs/actions/workflows/main.yml/badge.svg)](https://github.com/devries/combs/actions/workflows/main.yml)
[![Go Reference](https://pkg.go.dev/badge/github.com/devries/combs.svg)](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.