On Monday, 15 October 2018 at 21:08:38 UTC, Manu wrote:
On Mon, Oct 15, 2018 at 2:05 PM Nicholas Wilson via
Digitalmars-d <digitalmars-d@puremagic.com> wrote:
I'm saying that while what you propose sounds very reasonable,
we should make sure that reading immutable variables is still
good ;)
I don't think what I describe affects immutable in any way;
`is(immutable(int) == shared) == false`, as it should be.
Immutable
wouldn't have its rules affected by any change to shared.
OK, just making sure you've got this covered.