macro substitution in D2

Sergey httpal at gmail.com
Thu Mar 27 23:16:11 PDT 2014


Hi!
I have the following code:

//////////////////////
string str_var = "0x0410"
char[] some_var = [];
std.utf.encode(some_var, &str_var);
//////////////////////

Please show me how to do macro substitution?

Thanks in advance.


More information about the Digitalmars-d mailing list