Chromium Code Reviews
DescriptionAdd package with iterable and stream "zipping" functionality.
You can use new IterableZip([it1, it2, it3]) to generate an iterable of
three-element lists, one from each source iterable, as long as all three
source iterables have an element.
Similar functionality for streams is provided by StreamZip.
R=floitsch@google.com
Committed: https://code.google.com/p/dart/source/detail?r=24835
Patch Set 1 #
Total comments: 12
Patch Set 2 : Address review comments. More tests. #
Messages
Total messages: 6 (0 generated)
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||