On Mon, Oct 15, 2018 at 12:45 PM Nicholas Wilson via Digitalmars-d <digitalmars-d@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)` ??