Search

June 16, 2020
Learn »
...this:

```
@("dummy");
unittset {
  0.shouldEqual(0);
  1.shouldEqual(2);
  2.shouldEqual(3);
}
```

Test: dummy
test...
June 13, 2020
General »
...traits(getOverloads, __traits(parent, bar), "bar")); // ()

    // etc...

Dummy templates are not a cool workaround. Sometimes...
June 11, 2020
General »
...suggested by Stefan ('just make it a dummy template') doesn't work in general - it...
June 10, 2020
Learn »
...port whole template to D, or make dummy wrapper in C++ that forces the compiler...
May 29, 2020
Learn »
...is for the moment to create a dummy dub application and compile it:

``` dockerfile
# Prebuild...
May 12, 2020
General »
...used for ctfe could put in a dummy parameter, or they could take the string...
May 12, 2020
General »
...and the ability to assign to alias.
Having a dummy alias parameter just means ctfeOnly.
May 12, 2020
General »
...foo(string[] symbolnames, alias dummy = __dummy)
{
   // do something with symbolnames, ignore dummy
}

to force a...
April 29, 2020
General »
...my email address (I initially gave a dummy one) to be able to edit a...
April 07, 2020
General »
...synchronized class. My example is the following dummy class:

    synchronized class Shared {
    public:
        void increment...
9 10 11 12 13 14 15 16 17 18 19 20
Next ›   Last »