Hmmmm.... I've been scanning my code trying to fin...
# random
m
Hmmmm.... I've been scanning my code trying to find places where I use
map.get(key)!!
or
map[key]!!
and I can't find any. That's really funny. Now that I think of it, places where I would have used it I ended up using delegated properties instead which is probably best so maybe I just thought I wanted this... - https://kotlinlang.org/docs/reference/delegated-properties.html#storing-properties-in-a-map