sudeepdino008 / bounds

A library for generic Elixir intervals, formalizing an ADT around {pos, len} tuples

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

A library for generic Elixir intervals, formalizing an ADT around {pos, len} tuples

License:MIT License


Languages

Language:Elixir 99.6%Language:Shell 0.4%