altstd v0.0.1 ALTSTD View Source
Complementary data structures and algorithms for the standard lib.
Installation
The package is available in Hex, it can be installed
by adding :altstd to your list of dependencies in mix.exs:
def application() do
[
extra_applications: [
:altstd,
],
]
end
def deps() do
[
{:altstd, "~> 0.1.0"},
]
end