mapKeysIdentity

fun <K1, K2, V> Map<K1, V>.mapKeysIdentity(transform: (Map.Entry<K1, V>) -> K2): MutableMap<K2, V>