Join Slack
Powered by
How would you copy the whole content of class A to...
# kotlin-native
r
ritesh
03/16/2020, 12:31 PM
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>)
3
Views
Open in Slack
Previous
Next