dart_interval 0.1.0 copy "dart_interval: ^0.1.0" to clipboard
dart_interval: ^0.1.0 copied to clipboard

outdated

This library provides data structure and operations for intervals in Dart.

intervals #

Build Status

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 calculation
  • Interval | Interval - The interval union calculation

Examples #

  • Simple example - Api example.
2
likes
0
points
14
downloads

Publisher

verified publisherfxcdev.com

Weekly Downloads

This library provides data structure and operations for intervals in Dart.

Repository (GitHub)
View/report issues

License

unknown (license)

More

Packages that depend on dart_interval