I've got a bit of a problem. I need (Or rather wan...
# announcements
r
I've got a bit of a problem. I need (Or rather want) to destruct recursively in a hashmap foreach. I can do this with the inline function, like so `myMap.forEach { thing1, (thing2, thing3) -> }