copy method

Set<T> copy()

Copies this Set.

Implementation

Set<T> copy() => toSet();