strof

Undocumented in source.
version(unittest)
enum strof ()

Examples

enum a = 1;
enum b = "b";
//     function should be global
//     enum strof(alias x) = typeof(x).stringof;
static assert(ctMap!strof(a, b) == tuple("int", "string"));

Meta