clear method

  1. @useCopy
ISet<T> clear()

Returns an empty set with the same configuration.

Implementation

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