> I'd expect any call to .copy to allocate a ne...
# stdlib
d
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