Returns an iterable of this set followed by other.
other
This is a non-mutating operation that returns an iterable.
@override Iterable<E> followedBy(Iterable<E> other) => value.followedBy(other);