Search

December 12, 2013
General »
...specific input api, and producing project specific outputs (in the
way of rendering backend).
The...
December 12, 2013
General »
...bar();
    writeln(d1.ptr);
    dgList ~= d1;
}

---------

This outputs:

null
7F37305DDFF0

So it seems DMD optimizes...
December 11, 2013
Announce »
The current GIT master version now outputs a clearer message, stating that the existing binary...
December 11, 2013
General »
...import std.range;

pragma(msg, isInputRange!(Struct)); // outputs 'false'
void main() {}
---

Any plans/ways to...
December 10, 2013
Learn »
...step for each kind of statistic, which outputs the input range unchanged and does its...
December 04, 2013
Learn »
...d c_dg.o && ./ddg`

The program outputs:
result: 42, 7
it's null.

You...
November 29, 2013
General »
...instead of write. writef uses the format string, plain write just literally outputs its arguments.
November 27, 2013
Issues »
...dmd's json output has changed, it outputs mangles instead of types now! Weird. Of...
November 25, 2013
Issues »
...is(typeof(foo!string)));
}

The above program outputs "Error message." before concluding that the function...
November 24, 2013
Issues »
https://d.puremagic.com/issues/show_bug.cgi?id=8739


Kenji Hara <k.hara.pg...
79 80 81 82 83 84 85 86 87 88 89 90
Next ›   Last »