persistent
persistent copied to clipboard
Efficient Persistent Data Structures for Dart
Results
5
persistent issues
Sort by
recently updated
recently updated
newest added
Not sure, if you want to merge this.. we did several modifications to the codebase, which you may not like - we removed some tests - we also removed some...
The current implementation of `PersistentMap` does not override `Iterable` methods like `map`, `where` and `expand`. A client of `PersistentMap` that calls `myPersistentMap.where((pair) => ...);` is clearly expecting another `PersistentMap` as...