iter method

RIterator<T> iter()

Implementation

RIterator<T> iter() {
  return RIterator([v].iterator);
}