is it because `copy` is a 1:1 representation of th...
# getting-started
t
is it because
copy
is a 1:1 representation of the class's constructor? And if so, that means that my class really can't be a data class, and that I'd have to implement my own
copy
method, which leads me to a follow up question: is there a Copyable interface in Kotlin StdLib?