March 28, 2014 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. |
Copyright © 1999-2021 by the D Language Foundation