How would you copy the whole content of class A to...
# kotlin-native
r
How would you copy the whole content of class A to class B data class A(val name:String, val list:List<A>) to data class B(val name:String, val list:List<B>)