View Source Iter.Iterable.Flattener (iterex v0.1.2)
An iterable which flattens nested iterables.
Summary
Functions
Creates an iterable which flattens nested iterables.
Types
@type t() :: %Iter.Iterable.Flattener{iterable: Iter.Iterable.t()}
Functions
@spec new(Iter.Iterable.t()) :: t()
Creates an iterable which flattens nested iterables.