Search

September 09
Learn »
I made it on dlang.io which does space tabs, if its not ovisous to...
September 09
Learn »
I tested this version on my machine and the output isn't correct. It gets...
September 09
Learn »
i isn't being modified by a `*=`. its only the two ++

September 09
Learn »
This solution is really successful. I didn't think there could be any other solution...
September 09
Learn »
import std;
auto parse(char[] s)=>s[9..$-2];
void show(T,string file= __FILE...
September 09
Learn »
Thank you all for your very helpful replies and for taking the time to make...
September 09
Learn »
Try this:

```
import core.interpolation;
void show(Args...)(InterpolationHeader hdr, Args args, InterpolationFooter ftr) {
        import...
September 09
Learn »
is that a challenge?

idk why you calling it a macro, im pretty sure d...
September 09
Learn »
This works for `show!"1+2"`, but it won't work for `show!"x"`, because...
September 09
Learn »
The only way to write a macro in D that executes code in the scope...
1 2 3 4 5 6 7 8
Next ›   Last »