shared - i need it to be useful

Manu turkeyman at gmail.com
Mon Oct 15 20:44:35 UTC 2018


On Mon, Oct 15, 2018 at 12:45 PM Nicholas Wilson via Digitalmars-d
<digitalmars-d at puremagic.com> wrote:
>
> On Monday, 15 October 2018 at 18:46:45 UTC, Manu wrote:
> > Destroy...
>
> Keep in mind immutable is implicitly shared (i.e. not in tls)
> because nobody can change it. It should stay readable for this
> reason.

Are you saying `is(immutable(int) == shared) == true)` ??


More information about the Digitalmars-d mailing list