Why do std.traits use template foo(args...) instead of foo(alias arg) ?
Mathias LANG via Digitalmars-d-learn
digitalmars-d-learn at puremagic.com
Thu Dec 18 07:48:00 PST 2014
An exemple being fullyQualifiedName:
https://github.com/D-Programming-Language/phobos/blob/master/std/traits.d#L415
I don't get this pattern. Is it documented somewhere ?
More information about the Digitalmars-d-learn
mailing list