iter method

RIterator<T> iter()

Implementation

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