Comment #0 by andrej.mitrovich — 2012-11-06T10:20:54Z
std.traits ParameterIdentifierTuple and ParameterDefaultValueTuple use this trick to extract the parameters:
static if (is(typeof(func) PT == __parameters))
{
}
This __parameters feature is not documented.
Comment #1 by github-bugzilla — 2012-11-06T16:50:48Z