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

Dart 1 only

A sparse list for large chunks with the same value. Compress lists like [0,0,0,0,0,1,1,2,2,2,2,2,2,2,3]

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add sparse_list

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

dependencies:
  sparse_list: ^0.1.0

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

Publisher

unverified uploader

A sparse list for large chunks with the same value. Compress lists like [0,0,0,0,0,1,1,2,2,2,2,2,2,2,3]

Repository
View/report issues

Documentation

Documentation

License

MIT (LICENSE)

More

Packages that depend on sparse_list