Skip to content

savhappy/cartesian

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cartesian

A teeny tiny library for cartesian product functionality in Elixir.

Installation

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

Author

Savhappy

Instructions

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.

About

Library for cartesian functionality

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages