On 3/14/2021 9:37 AM, Andrei Alexandrescu wrote: > Another attempt: > > immutable hex = function {}; That won't have a unique type. It may not have a unique value, either. The compiler/linker may merge identical immutable objects.