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

outdatedDart 1 only

Immutable collections for Dart

immutable #

Immutable collections for Dart.

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
0
points
16
downloads

Publisher

unverified uploader

Weekly Downloads

Immutable collections for Dart

Repository (GitHub)
View/report issues

License

unknown (license)

More

Packages that depend on immutable