# Functions
Exhausted is an iterator that yields no values.
Exhausted2 is an iterator that yields no values.
From converts an iterator in an [Iterator] to support method chaining.
From2 converts an iterator in an [Iterator2] to support method chaining.
FromChannel yields values from a channel.
FromMap converts a map to an [Iterator2].
FromSlice converts a slice to an [Iterator].
Integers yields all integers in the range [start, stop) with the given step.
Lines yields lines from an io.Reader.
LinesString yields lines from an io.Reader as strings.
NaturalNumbers yields all non-negative integers in ascending order.
Once yields the provided value once.
Once2 yields the provided value pair once.
Repeat yields the same value indefinitely.
Repeat2 yields the same two values indefinitely.