decrement

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

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