what would be the most Kotlin way to check if a mu...
# announcements
n
what would be the most Kotlin way to check if a mutable map contains a key and take its value, or if it does not contain the key, put some default value for it and return the value ?