clear method
Returns an empty map with the same configuration.
Implementation
@useResult
IMap<K, V> clear() => IMapImpl.empty<K, V>(config);
Returns an empty map with the same configuration.
@useResult
IMap<K, V> clear() => IMapImpl.empty<K, V>(config);