So to achieve what he wants, `foo.mapKeys { it.key...
# announcements
t
So to achieve what he wants,
foo.mapKeys { it.key.toString() }
would suffice? And the vallues will be copied to the new map aswell?