package
0.0.0-20210201173354-8cba18c2dd1c
Repository: https://github.com/ugorji/go-common.git
Documentation: pkg.go.dev
# README
go-common/combinationgen
This repository contains the go-common/combinationgen
library.
To install:
go get github.com/ugorji/go-common/combinationgen
Package Documentation
Package combinationgen creates an iterator for all combinations of a (non-uniform) matrix.
Exported Package API
type T struct{ ... }
func New(vprops []interface{}, combo [][]interface{}) (cg *T, err error)