Hacker News new | ask | show | jobs
by ahelwer 1893 days ago
Can you expand on how this stops a clone from happening?
1 comments

If you don't call clone() then a clone doesn't happen...
Ah, I didn't see the extra clone. I thought it was something to do with that additional variable you defined. I guess you need to do that or else you have to do a clone.