1.0.0-alpha.4
Pre-release
Pre-release
·
64 commits
to main
since this release
- Added an initial contract definition for
IntervalUnion(a collection of intervals) and preliminary concreteMutableIntervalUnionwhich lives up to the contract by restricting which intervals can be added. - Added
Interval.reverseandnonReversed. - Added
Interval.intersectsto check whether one interval intersects with another.