increment

fun <K> MutableMap<K, Int>.increment(key: K): Int

Increments the element by 1. If the element does not exist in the map, it is added to the map with a value of 1