Deduplicating Template Parameter List of std.variant.Algebraic

Meta via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Fri Sep 25 11:11:49 PDT 2015


On Friday, 25 September 2015 at 16:08:41 UTC, Nordlöw wrote:
> How can a template parameter list be deduplicated or sorted?

You can use http://dlang.org/phobos/std_meta.html#.NoDuplicates. 
I imagine this was an oversight in the implementation of 
Algebraic.


More information about the Digitalmars-d-learn mailing list