Shawn
val merged = oldMap.map { (key, value) -> key to newMap.getOrDefault(key, value) } val zipped = merged.associate { it }