feature request: __traits(getTemplate, A!T) => A; __traits(getTemplateArguments, A!(T,"foo")) => (T,"foo")

Andrej Mitrovic andrej.mitrovich at gmail.com
Sun Jun 23 06:12:31 PDT 2013


On 6/23/13, Timothee Cour <thelastmammoth at gmail.com> wrote:
> What we need:
> __traits(getTemplate, A!T) => A
> __traits(getTemplateArguments, A!(T,"foo")) => (T,"foo") (ie returns a
> tuple as in parameterTypeTuple or similar)

http://d.puremagic.com/issues/show_bug.cgi?id=4265


More information about the Digitalmars-d mailing list