Get, as a tuple, the identifiers of the parameters to a function symbol.
int foo(int num, string name, int); static assert([ParameterIdentifierTuple!foo] == ["num", "name", ""]);
See Implementation
Get, as a tuple, the identifiers of the parameters to a function symbol.