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