Hacker News new | ask | show | jobs
by louthy 3508 days ago
> point.y += 10

How is that having value semantics? Or are you just referring to equality testing? Even then you're playing a dangerous game if you have multiple threads (one mutating, one running an equality check) and aren't using locks.