https://kotlinlang.org logo
n

nerses

09/26/2017, 11:24 PM
@Shawn that doesn’t really work as i need to modify
newMap
only but don’t want to override already existing keys from
oldMap
. Can’t do
oldMap.putAll(newMap)
either as i need to mutate newMap not the oldmap