toSet method

Set<T> toSet()

Implementation

Set<T> toSet() => Set.of(iter);