On Friday, 26 January 2018 at 11:18:21 UTC, Oleksii Skidan wrote:
Hi,I wonder if it's possible to convert D language code into a string at compile time? C/C++ preprocessor has this feature built-in: `#` preprocessing operator allows converting a macro argument into a string constant. See the following code snippet for example:
See feature request I suggested here: https://forum.dlang.org/thread/[email protected] __ARGS__ : allow access to (stringified) arguments, as C's `#arg` macro
