Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/kseo/immutable
- Owner: kseo
- License: bsd-3-clause
- Created: 2015-09-29T06:55:18.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2016-11-05T12:03:58.000Z (about 8 years ago)
- Last Synced: 2023-08-20T22:28:38.109Z (about 1 year ago)
- Language: Dart
- Homepage: https://pub.dartlang.org/packages/immutable
- Size: 129 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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