On Thursday, 29 October 2020 at 08:13:42 UTC, Jan Hönig wrote: > Regarding the shared keyword, I am not sure if immutables are > shared per default. I thought they are not. You can test this with is(TYPE1==TYPE2) is(shared(immutable(int))==immutable(int))