altstd v0.0.1 ALTSTD View Source

ALTSTD

Complementary data structures and algorithms for the standard lib.

Hex Version Docs Hex downloads GitHub MIT 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