fast-cartesian-concat-pmb
v0.1.0
Published
Calculate a small-ish list of combinations using `fast-cartesian`, then concatenate each result.
Downloads
2
Maintainers
Readme
fast-cartesian-concat-pmb
Calculate a small-ish list of combinations using fast-cartesian
, then
concatenate each result.
API
This module exports one function:
fastCartesianConcat(inputs)
Given an array inputs
of arrays, determines all combinations
and concatenates each combination,
thus returning a flat list of combined items.
Known issues
- Needs more/better tests and docs.
License
ISC