Multitool

A collection of functions useful for programming challenges and beyond

Installation

This package can be installed by adding multitool to your list of dependencies in mix.exs:

def deps do
[
{:multitool, "~> 0.3.1"}
]
end

Then, update your dependencies:

mix deps.get

Documentation

Documentation can be found on HexDocs