immortal 1.1.0
immortal: ^1.1.0 copied to clipboard
Trve immutable wrapper classes for the Dart collections List, Set and Map.
1.0.0 #
- Initial release
1.1.0 #
- Extend list functionality:
- methods:
mapIndexed,removeAll,removeIterable,partition,zip,zipIterable,forEachIndexed,equals - operators:
- - factories:
empty,filled,from,fromIterable,generate,of,ofIterable,castFrom,castFromIterable
- methods:
- Extend set functionality:
- methods:
toggle,partition,equals - operators:
+,-,|,& - factories:
empty,from,fromIterable,of,ofIterable,castFrom,castFromIterable
- methods:
- Extend map functionality:
- methods:
mapEntries,removeAll,removeIterable,removeAllValues,removeValuesIterable,addPair,addPairs,addPairsIterable,pairs,equals - operators:
+ - factories:
empty,from,fromEntries,fromEntriesIterable,fromLists,fromIterables,fromPairs,fromPairsIterable,fromMutable,of,ofMutable,castFrom,castFromMutable,fromList,fromIterable
- methods: