nameOf

Undocumented in source.
enum nameOf ()

Examples

int var;
static assert(nameOf!var == var.stringof);

Meta