btw, `d.entries.map { it.key to it.value }` is the...
# announcements
o
btw,
d.entries.map { it.key to it.value }
is the same as
d.toList()