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

Creates an iterator which emits the current iteration count as well as the next value.

Summary

Functions

Create a new filter iterable.

Types

@type t() :: %Iter.Iterable.WithIndexer{count: 0, iterable: Iter.Iterable.t()}

Functions

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

Create a new filter iterable.