ParameterUDAs.thisParameter

Undocumented in source.
template ParameterUDAs(alias func, A, int i = 0)
static if(is(FunctionTypeOf!func PT == __parameters))
alias thisParameter = PT[i..i + 1]

Meta