Appends all elements of other to the end of this iterable's elements.
other
@override Iterable<T> followedBy(Iterable<T> other) => _items.followedBy(other);