Summary

A library to process process intervals.

A set of functions to extract a set of intervals such that no interval overlaps any other interval. Overlaps will be broken up into distinct intervals with overlaps having their values combined.

Sample Usage

A few examples of usage using the various constructor elements.

Basic

Coming Soon