Returns a Set containing the elements of this stream.
final set = GenericStream.of([1, 2, 2, 3, 3]).toSet();
Set<T> toSet();