SortedSet
A sorted set library for Elixir. Implements the Set protocol.
Installation
Add the following to deps section of your mix.exs:
{:sorted_set, "~> 0.1"}
and then mix deps.get. That's it!
Generate the documentations with mix docs.