invert

fun <K, V> Map<K, V>.invert(): Map<V, K>

Create a new map, where the keys and values are swapped