ALTSTD

Complementary data structures and algorithms for the standard lib.

Hex VersionDocsHex downloadsGitHubMIT License


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