Could we reserve void[T] for builtin set of T ?

Jack Stouffer via Digitalmars-d digitalmars-d at puremagic.com
Thu Mar 31 13:51:53 PDT 2016


On Thursday, 31 March 2016 at 19:24:14 UTC, deadalnix wrote:
> Pretty much as per title. I has that in the back of my mind for 
> a while. Would that work ?

Wouldn't just be better to use a std.allocator backed set 
container instead over special casing the AA syntax like this?


More information about the Digitalmars-d mailing list