menu
dartx package
documentation
dartx.dart
IterableZip extension
IterableZip extension
dark_mode
light_mode
IterableZip<
E
>
extension
on
Iterable
<
E
>
Methods
zip
<
R
,
V
>
(
Iterable
<
R
>
other
,
V
transform
(
E
a
,
R
b
)
)
→
Iterable
<
V
>
Returns a new lazy
Iterable
of values built from the elements of this collection and the
other
collection with the same index.
dartx package
documentation
dartx
IterableZip extension
dartx library