Type of elements in the source iterable.
Extends readonly Iterable<unknown>[]; each iterable's element type contributes to the resulting tuple.
A deferred sequence of tuples truncated to the length of the shortest input.
Zips source with the iterables supplied in iterablesAndZipper and projects each tuple with ZipManyZipper zipper.
Type of elements in the source iterable.
Extends readonly Iterable<unknown>[]; each iterable's element type contributes to the zipper input tuple.
Result type produced by ZipManyZipper zipper.
The primary iterable zipped with the additional iterables.
The trailing argument may be a zipper invoked with each tuple to produce a projected result; preceding arguments are the iterables to zip with.
A deferred sequence of projected results truncated to the length of the shortest input.
Re-throws any error raised while iterating source, the supplied iterables, or executing the zipper.
Zips source with the iterables supplied in iterables, producing aligned tuples.