- Add
ClosedIntervals.get_all_intervals_by/4
(thanks @turion)
- Small refactorings and type spec fixes. Thanks @turion.
- Added functions and tests to reconstruct a
ClosedIntervals
from a list or from leafs - Implemented
Inspect
protocol - Added benchmarks and option to run only a subset of benchmarks
- Fix
get_all_intervals/2
- Add
left_bound/1
andright_bound/1
- Add Typespecs
- Add
ClosedIntervals.map/2
Initial release
- Initial version
- Implements
ClosedIntervals
ClosedIntervals.from/1,2
ClosedIntervals.get_interval/2
ClosedIntervals.get_all_intervals/2