putAll abstract method

void putAll(
  1. KtMap<K, V> from
)

Updates this map with key/value pairs from the specified map from.

Implementation

void putAll(KtMap<K, V> from);