Extracting Params of Templated Type

Andrej Mitrovic andrej.mitrovich at gmail.com
Fri Apr 4 00:23:39 PDT 2014


On 4/4/14, Meta <jared771 at gmail.com> wrote:
> alias TemplateArgs(T: Foo!U, U) = U;

It's also in std.traits, TemplateArgsOf, which is more complete.


More information about the Digitalmars-d-learn mailing list