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

outdated

IndexedSet is a Set implementation that computes an index for each of its elements and exposes this mapping through the [] operator. The Superset and Subset classes store a collection of elements as a [...]

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+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:indexed_set/indexed_set.dart';
0
likes
25
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. The Superset and Subset classes store a collection of elements as a space-efficient bit vector.

Repository (GitHub)
View/report issues

License

MIT (LICENSE)

Dependencies

built_collection, collection, meta, quiver

More

Packages that depend on indexed_set