IterableZip<T> constructor

IterableZip<T>(
  1. Iterable<Iterable<T>> iterables
)

Implementation

IterableZip(Iterable<Iterable<T>> iterables) : _iterables = iterables;