Collections question

Atila Neves via Digitalmars-d digitalmars-d at puremagic.com
Sun Nov 29 02:06:18 PST 2015


On Friday, 27 November 2015 at 20:14:21 UTC, Andrei Alexandrescu 
wrote:
> There's this oddity of built-in hash tables: a reference to a 
> non-empty hash table can be copied and then both references 
> refer to the same hash table object. However, if the hash table 
> is null, copying the reference won't track the same object 
> later on.
>
> [...]

static opCAll is just confusing IMHO. Factory function please.

Atila


More information about the Digitalmars-d mailing list