clear method

  1. @useResult
ISet<T> clear()

Returns an empty set with the same configuration.

Implementation

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