<@U7SUX7NP7> but the `copy` method will look diffe...
# announcements
m
@dr_sneed but the
copy
method will look differently for every data class, so how can that be generic? Unless you call it with zero arguments. But that would require a no-arg
copy
method which data classes don’t have. They only have a
copy
method with a lot of parameters with default arguments.