Wouldn't it be more fun if `Map::withDefault` was ...
# stdlib
m
Wouldn't it be more fun if
Map::withDefault
was treated like first class citizen?
(mapOf("" to 0, "a" to 1).withDefault { -1 } + ("aa" to 2)).getValue("aaa")
crashes.