On Monday, 31 May 2021 at 08:52:33 UTC, IGotD- wrote: > > However, the assignment operator writing s = 1 is nice instead > of s.store(1). I don't think so, it's a bit implicit meaning to be atomic, so it falls under "nice short syntax for something pretty much important": a terrible idea.