Creates the lazy concatenation of this Iterator and other
other
@override @pragma("vm:prefer-inline") Iter<T> followedBy(Iterable<T> other) => Iter.fromIterable(super.followedBy(other));