If your object hierarchy is pretty "shallow" and y...
# announcements
l
If your object hierarchy is pretty "shallow" and your objects inside the list are `data class`es, than something like this should work:
list.map{it.copy()}
💯 2