On 9/12/13, simendsjo <simend...@gmail.com> wrote: > Thanks. I just ended up using both is(__parameters and > is(function to fetch the parameter names. Sometimes it seems > things are added to D without a very thorough design phase, but > then again, it starts with "__", so I guess I'm on my own :)
Have you tried using ParameterIdentifierTuple from std.traits?