is there something like a copy method/constructor ...
# announcements
i
is there something like a copy method/constructor in kotlin, where it's possible to override single fields? (thinking about scala's
copy()
)