Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 name: sequence_zip | |
| 2 author: "Dart Team <misc@dartlang.org>" | |
| 3 homepage: http://www.dartlang.org | |
| 4 description: > | |
| 5 "Zip" functionality on iterables and streams. | |
| 6 Combines multiple iterables into a single iterable of tuples of values, | |
| 7 and similar for Streams. | |
| 8 dev_dependencies: | |
| 9 unittest: any | |
| OLD | NEW |