View Source Iter.Iterable.Zipper (iterex v0.1.2)
An iterable which returns the elements of two iterables as tuple pairs.
Summary
Functions
Create a new zip out of two iterables.
Types
@type t() :: %Iter.Iterable.Zipper{ iterables: [Iter.Iterable.t()], zipper: ([Iter.Iterable.element()] -> any()) }
Functions
@spec new(Iter.Iterable.t(), ([Iter.Iterable.element()] -> any())) :: Iter.Iterable.t()
Create a new zip out of two iterables.