An iterable based on a function to create the iterator.

Constructor

new(f:() ‑> Iterator<T>)

Methods

iterator():Iterator<T>