Packages

Pairs is a small library that makes it easy to create pairs from two lists.

Current section

Files

Jump to
pairs README.md
Raw

README.md

# Pairs
**TODO: Add description**
## Installation
If [available in Hex](https://hex.pm/docs/publish), the package can be installed as:
1. Add `pairs` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[{:pairs, "~> 0.1.0"}]
end
```