indexed_set 1.0.0+2 copy "indexed_set: ^1.0.0+2" to clipboard
indexed_set: ^1.0.0+2 copied to clipboard

IndexedSet is a Set implementation that computes an index for each of its elements and exposes this mapping through the [] operator.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add indexed_set

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

dependencies:
  indexed_set: ^1.0.0+2

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:indexed_set/indexed_set.dart';
0
likes
40
pub points
0%
popularity

Publisher

unverified uploader

IndexedSet is a Set implementation that computes an index for each of its elements and exposes this mapping through the [] operator.

Repository (GitHub)
View/report issues

License

MIT (LICENSE)

Dependencies

built_collection, collection, meta, quiver

More

Packages that depend on indexed_set