Hello, if I've got a map. such as: `val map = mapO...
# announcements
j
Hello, if I've got a map. such as:
val map = mapOf("a" to 1)
how can I get a copy of that map without an entry. Ie:
val modMap = map - "a"
Is this posible? Thanks!