I am not talking about data classes, this is a regular class, and I also am implementing deep copying of lists, which seems to not be consistent with .copy() from data class
c
czuckie
10/27/2022, 11:54 PM
my preference would be to have a
fun copy()
but only because I enjoy
class Clazz(val fields: Int, val that: Boolean, val go: String, val here: Short)