OTOH, with value-types it’s quite clear that a `co...
# language-proposals
n
OTOH, with value-types it’s quite clear that a
const
fun parameter would be necessary to not copy the entire value-object. Unless Kotlin goes COW style value-objects without requiring any specification on fun parameter