immortal 1.1.0 copy "immortal: ^1.1.0" to clipboard
immortal: ^1.1.0 copied to clipboard

outdated

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
  • Extend set functionality:
    • methods: toggle, partition, equals
    • operators: +, -, |, &
    • factories: empty, from, fromIterable, of, ofIterable, castFrom, castFromIterable
  • 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
3
likes
0
points
23
downloads

Publisher

unverified uploader

Weekly Downloads

Trve immutable wrapper classes for the Dart collections List, Set and Map.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

optional, tuple

More

Packages that depend on immortal