prettyValueArg.g

Undocumented in source.
template prettyValueArg(string str)
static if(!(str[0] == 'n'))
static if(!(beginsWithDigit!(str)))
static if(!(str[0] == 'N'))
static if(!(str[0] == 'e'))
static if(str[0] == 'c')
enum g = findSplit(str[1 .. $], "c");

Meta