A teeny tiny library for cartesian product functionality in Elixir.
In (https://hex.pm/docs/publish), the package can be installed
by adding cartesian
to your list of dependencies in mix.exs
:
def deps do
[
{:cartesian, "~> 0.2.0"}
]
end
Savhappy
After adding Cartesian to your dependencies, utilize product/2 or product/1 with a data type of your choice. A small file of test have been included for your testing pleasures.
Cartesian is released under the MIT License.