Join Slack
Powered by
> I'd expect any call to .copy to allocate a ne...
# stdlib
d
dimsuz
11/24/2017, 4:14 PM
I'd expect any call to .copy to allocate a new instance
Usually when you working with an immutable data you don't rely on reference equality, but rely on
equals()
instead, so it wouldn't matter
3
Views
Open in Slack
Previous
Next