Zips together elements from the input sync iterables into arrays.
Returns a function that accepts an input sync iterable of sync iterables and
yields arrays of elements from the input sync iterables, where the first elements of the input sync iterables
are combined, the second elements are combined, and so on.
Returns
A function that accepts an input sync iterable of sync iterables and returns an iterable.
Zips together elements from the input sync iterables into arrays. Returns a function that accepts an input sync iterable of sync iterables and yields arrays of elements from the input sync iterables, where the first elements of the input sync iterables are combined, the second elements are combined, and so on.
Returns
A function that accepts an input sync iterable of sync iterables and returns an iterable.
Example
Remarks
Available as
zip
when imported frompeter-piper/sync
.