clear method

ISet<T> clear()

Returns an empty set with the same configuration.

Implementation

ISet<T> clear() => ISetImpl.empty<T>(config);