View Source Iter.Iterable.Concatenator (iterex v0.1.2)

An iterable which can concatenate a number of iterables.

Summary

Functions

Create a new concatenator out of an iterable of iterables.

Types

@type t() :: %Iter.Iterable.Concatenator{
  current_iterable: Iter.Iterable.t(),
  outer_iterable: Iter.Iterable.t()
}

Functions

@spec new(Iter.Iterable.t()) :: Iter.Iterable.t()

Create a new concatenator out of an iterable of iterables.