The package can be installed by adding collections to your list of dependencies in mix.exs:
def deps do
[
{:collections, "~> 0.2.1"}
]
endA library provides efficient implementations of the most common general purpose programming data structures.
ElixirMIT