Comment by spicyusername Comment by spicyusername 2 days ago 1 reply Copy Link View on Hacker News ...do you want a copy or the original object?
Copy Link tgv 2 days ago Collapse Comment - 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? Reply View | 0 replies
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?