www.digitalmars.com         C & C++   DMDScript  

digitalmars.D - macro substitution in D2

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.
Mar 27 2014