range_map 0.2.1 copy "range_map: ^0.2.1" to clipboard
range_map: ^0.2.1 copied to clipboard

Dart 1 only

A mapping from disjoint nonempty ranges to values.

Changelog #

0.2.1 #

  • Turn on strong mode and fix warnings and errors. Use
  • Comparable.compareTo instead of > and < operators. range_map now supports any Comparable key without > and < operators defined.

0.2.0 #

  • Add RangeMap.unmodifiable constructor which returns an UnmodifiableRangeMapView instance.

0.1.0 #

  • Initial version.
1
likes
40
points
1
downloads

Publisher

unverified uploader

Weekly Downloads

A mapping from disjoint nonempty ranges to values.

Repository (GitHub)
View/report issues

License

BSD-3-Clause (license)

Dependencies

quiver_hashcode, quiver_iterables

More

Packages that depend on range_map