Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kseo/immutable

Immutable collections for Dart
https://github.com/kseo/immutable

Last synced: 27 days ago
JSON representation

Immutable collections for Dart

Awesome Lists containing this project

README

        

# 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][tracker].

[tracker]: https://github.com/kseo/immutable/issues