menu
u package
documentation
utilities.dart
IterableZip<T>
IterableZip.new constructor
IterableZip.new constructor
dark_mode
light_mode
IterableZip<
T
>
constructor
IterableZip<
T
>
(
Iterable
<
Iterable
<
T
>
>
iterables
)
Implementation
IterableZip(Iterable<Iterable<T>> iterables) : _iterables = iterables;
u package
documentation
utilities
IterableZip<T>
IterableZip.new constructor
IterableZip class