Creates a generator that yields values from the input iterator or iterable. Acts as a utility for creating a generator from an existing iterable or iterator.
An iterator or iterable to convert to a generator
A generator of values from the input
Values from the input iterator or iterable
Creates a generator that yields values from the input iterator or iterable. Acts as a utility for creating a generator from an existing iterable or iterator.