iter method

RIterator<T> iter()

Returns an RIterator over the Iterable.

Implementation

RIterator<T> iter() => RIterator<T>(iterator);