Returns a set containing the same elements as this iterable.
@override Set<T> toSet() => _items.toSet();