iter method

RIterator<T> iter()

Returns an RIterator for this Iterator.

Implementation

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