clear method

IMap<K, V> clear()

Returns an empty map with the same configuration.

Implementation

IMap<K, V> clear() => empty<K, V>(config);