You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// Package intervals allows managing of integer intervals. Inserting and deleting intervals will automatically collapse/split existing intervals as needed.
//
// Example Usage
//
// The following example creates an interval set, adds intervals, deletes intervals and prints the result.