Bounds
A library for generic Elixir intervals, formalizing Erlang’s {pos, len} tuples
into an ADT with many supported operations.
Documentation can be found at https://hexdocs.pm/bounds.
Installation
Bounds can be installed by adding bounds to your list of dependencies
in mix.exs:
@deps [
bounds: "~> 0.1.22"
]
end