Trait to get function parameter names

Ellery Newcomer ellery-newcomer at utulsa.edu
Tue Sep 4 11:28:53 PDT 2012


On 08/31/2012 12:48 PM, mist wrote:
> On Friday, 31 August 2012 at 19:15:14 UTC, Jacob Carlborg wrote:
>> On 2012-08-31 16:24, mist wrote:
>>> Subject.
>>> Is that possible? I see only parameter type tuple stuff out there. I'm
>>> looking into iterating over own parameter name list inside of function.
>>
>> Here: http://dlang.org/traits.html#parameterNames
>
> Thank you.

Have fun discovering it isn't implemented. Then use

std.traits.ParameterIdentifierTuple



More information about the Digitalmars-d-learn mailing list