clear method

  1. @useCopy
IMap<K, V> clear()

Returns an empty map with the same configuration.

Implementation

@useCopy
IMap<K, V> clear() => IMapImpl.empty<K, V>(config);