Creates the lazy concatenation of this Iterator and other
other
@override RIterator<T> followedBy(Iterable<T> other) => RIterator.fromIterable(super.followedBy(other));