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.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add range_map

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  range_map: ^0.2.1

Alternatively, your editor might support dart pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:range_map/range_map.dart';
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