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
![Unit Test](https://github.com/stackcats/collections/actions/workflows/elixir.yml/badge.svg)
## 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
```