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.2"}
]
endThen, update your dependencies:
mix deps.getDocumentation
Documentation can be found on HexDocs