<@U0HDE11NW> Regarding `mapOf` you can create gene...
# announcements
a
@rokee Regarding
mapOf
you can create generically as you showed, you just need parenthesis. e.g.
mapOf<String, Int>()
creates an empty
Map
.