immutable 0.0.3 copy "immutable: ^0.0.3" to clipboard
immutable: ^0.0.3 copied to clipboard

outdatedDart 1 only

Immutable collections for Dart

immutable #

Immutable collections for Dart. It's in its very early days and under heavy development, not ready for production use.

Usage #

A simple usage example:

import 'package:immutable/immutable.dart';

main() {
  var stack = ImmutableStack.empty.push(5);
  print(stack.peek());
}

Features and bugs #

Please file feature requests and bugs at the issue tracker.

0
likes
30
points
16
downloads

Publisher

unverified uploader

Weekly Downloads

Immutable collections for Dart

Repository (GitHub)
View/report issues

License

BSD-3-Clause (license)

More

Packages that depend on immutable