Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 835 Bytes

README.md

File metadata and controls

30 lines (20 loc) · 835 Bytes

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.