thatadamedwards
10/12/2017, 7:55 PMcopy
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?