iter method

RIterator<T> iter()

Implementation

@pragma('vm:prefer-inline')
RIterator<T> iter() => RIterator(iterator);