This intention replaces
map.getOrDefault(key, defaultValue)
function calls with the indexing and elvis operator (
map[key] ?: defaultValue
).