persistent 1.0.0 copy "persistent: ^1.0.0" to clipboard
persistent: ^1.0.0 copied to clipboard

Dart 1 only

Efficient persistent data structures for Dart. "Persistent" means immutable here, not "saved on disk".

example/main.dart

// Copyright (c) 2018, Google Inc. All rights reserved. Use of this source code
// is governed by a BSD-style license that can be found in the LICENSE file.

// Author: Paul Brauner (polux@google.com)

import 'map_example.dart' as map_example;
import 'set_example.dart' as set_example;

main() {
  map_example.main();
  set_example.main();
}
0
likes
35
pub points
0%
popularity

Publisher

unverified uploader

Efficient persistent data structures for Dart. "Persistent" means immutable here, not "saved on disk".

Repository (GitHub)
View/report issues

License

BSD-3-Clause (LICENSE)

More

Packages that depend on persistent