itertools 0.1.4 itertools: ^0.1.4 copied to clipboard
Package for advanced simple and easy work with Dart iterators
0.1.4 #
- add firstOrNull
- add lastOrNull
0.1.3 #
- add groupby
0.1.2 #
- Move from
tuple
package totuple_dart
package - Not dependency on
quiver
0.1.1 #
Added:
-
range
-
documentation Fixed:
-
mapIndexed/enumerate
0.1.0 #
- Initial version.
Support:
- zip2/zip3/etc
- chain
- count
- enumerate / mapIndexed
- and other helpers