Remix.run Logo
spicyusername 4 days ago

...do you want a copy or the original object?

tgv 4 days ago | parent [-]

Yup, that's it. If you're going to modify a field in the receiver, or want to pass a field by reference, you're going to need a pointer. Otherwise, a value will do, unless ... that weird interface thing makes you. I guess that's the problem?