withConfigFrom method

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

Returns a new map with the contents of the present IMap, but the config of other.

Implementation

@useCopy
IMap<K, V> withConfigFrom(IMap<K, V> other) => withConfig(other.config);