immutable_map

A simple immutable map implementation in dart.


License
MIT

Documentation

Immutable Map

This is an immutable map implementation in Dart. At the moment this uses an inefficient naive implementation. Eventually this will use an efficient HAMT under the hood and while keeping the interface the same.