`infix fun <K, V> MutableMap<K, V>.has...
# getting-started
d
infix fun <K, V> MutableMap<K, V>.has(key: K) = contains(key)
I believe is what you are looking for?