Packages

A library provides efficient implementations of the most common general purpose programming data structures.

Current section

Files

Jump to
collections README.md
Raw

README.md

# Collections
## Installation
The package can be installed by adding `collections` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[
{:collections, "~> 0.1.0"}
]
end
```