DIP 1024--Shared Atomics--Community Review Round 1

Kagamin spam at here.lot
Wed Oct 2 09:00:54 UTC 2019


Also cast() doesn't strip qualifiers

shared int[] a;
pragma(msg,typeof(cast()a).stringof);

prints "shared(int)[]"


More information about the Digitalmars-d mailing list