Is there a way to "stringnify" in Dlang? In C we would do something like the following:

`#define STRINGIFY(x) #x`

What's the equivalent in D?

Reply via email to