configNamesOf.argName

Undocumented in source.
template configNamesOf(alias symbol)
static if(argUDAs.length > 0)
enum argName = argUDAs[0].name.split(":")[$ - 1][0 .. $ - 1];

Meta