iter method

RIterator<T> iter()

Returns an RIterator that drains the current buffer.

Implementation

RIterator<T> iter() {
  return RIterator.fromIterable(_iter());
}