Search

September 09
Learn »
...challenge?

idk why you calling it a macro, im pretty sure d isnt going to...
September 09
Learn »
This works for `show!"1+2"`, but it won't work for `show!"x"`, because...
September 09
Learn »
...write a macro in D that executes code in the scope where the macro is...
September 08
Learn »
```d
void show(string s)(){
  auto res=mixin(s);
  writeln(s,"==",res);
}

show!"1+2";
```
September 08
Learn »
...diagnostics. There's nothing about the `show` macro (or similar passive-information constructs) conceptually that...
August 28
Issues »
https://issues.dlang.org/show_bug.cgi?id=24727

ryuukk_ <ryuukk.dev@gmail.com> changed...
August 28
Issues »
...id=24727

          Issue ID: 24727
           Summary: importc: macro conflicts with struct of same name
           Product...
August 27
Issues »
...the same thing as the glibc provided macro, which is checking that the
glibc version...
July 14
General »
...module that's always implicitly imported)

https://doc.rust-lang.org/std/macro.dbg.html
July 03
Announce »
...you could choose to go the template/macro direction or the traits/type classes/signatures...
1 2 3 4 5
Next ›   Last »