Skip to content

1.0.0-alpha.4

Pre-release
Pre-release

Choose a tag to compare

@Whathecode Whathecode released this 09 Oct 18:41
· 64 commits to main since this release
43c2b3d
  • Added an initial contract definition for IntervalUnion (a collection of intervals) and preliminary concrete MutableIntervalUnion which lives up to the contract by restricting which intervals can be added.
  • Added Interval.reverse and nonReversed.
  • Added Interval.intersects to check whether one interval intersects with another.