Expands each element of this RIterator into zero or more elements.
@override RIterator<U> expand<U>(Iterable<U> Function(T) f) => RIterator.fromIterable(super.expand(f));