dart_interval 0.1.3 dart_interval: ^0.1.3 copied to clipboard
This library provides data structure and operations for intervals in Dart.
0.1.3 #
Fix the calculation error when the current interval is behind the back in number.
0.1.2 #
Add operate for IntervalSet.
0.1.1 #
Fix the static analysis issues.
0.1.0 #
Initial Version of the library.
- With interval merging.
- With interval intersection calculation
- With interval union calculation