Btw. my usecase is I have a function which behaves...
# announcements
m
Btw. my usecase is I have a function which behaves like a map this way:
emptyMap<String, String>().withDefault { "blabla" }
. Maybe there is a better way?