Y
Hacker News
new
|
ask
|
show
|
jobs
by
ahelwer
1893 days ago
Can you expand on how this stops a clone from happening?
1 comments
devit
1893 days ago
If you don't call clone() then a clone doesn't happen...
link
ahelwer
1893 days ago
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.
link