set

operator fun set(key: K, value: V)

Update the map with a new value.

Parameters

key

The location to set the value.

value

The value to set.