Categorygithub.com/devries/combs
modulepackage
0.1.0
Repository: https://github.com/devries/combs.git
Documentation: pkg.go.dev

# README

Generic Combinations and Permutations

Tests

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.

# Functions

Creates a channel that returns all combinations of n items from the slice v.
Creates a channel that returns all permutations of a slice of any type.