ZippedIterable<A, B> constructor

const ZippedIterable<A, B>(
  1. Iterable<A> _ita,
  2. Iterable<B> _itb
)

Implementation

const ZippedIterable(this._ita, this._itb);