dart_interval 0.1.0 dart_interval: ^0.1.0 copied to clipboard
This library provides data structure and operations for intervals in Dart.
intervals #
This library provides data structure and operations for intervals in Dart.
Installation #
Depend on it
Run this command:
With Dart:
dart pub add intervals
dependencies:
intervals: ^0.1.0
Feature #
Interval
- The interval data structure.IntervalSet
- The interval merging.Interval & Interval
- The interval intersection calculationInterval | Interval
- The interval union calculation
Examples #
- Simple example - Api example.