April 23, 2013 General » Re: Stable D version? | |||
|---|---|---|---|
| |||
...x") == S("x".idup));
void main() {
writeln(S("x") == S("x".idup));
}
outputs:
true
true | |||
April 18, 2013 Learn » writeln an object | |||
|---|---|---|---|
| |||
Hi, how i can control what writeln outputs when I pass an object parameter? Thanks... | |||
April 13, 2013 Learn » Re: opIndex operators | |||
|---|---|---|---|
| |||
...5;
f[6][7][8] = 9;
}
That outputs:
opIndexAssign: 2 1
opIndex: 3
opIndexAssign: 5... | |||
April 10, 2013 General » Re: Opportunity | |||
|---|---|---|---|
| |||
...them and usually can adjust what it outputs, possibly have suppression files, etc. Such tools... | |||
April 08, 2013 General » Re: Presence of struct destructor makes lvalue? | |||
|---|---|---|---|
| |||
...lines or is there a tool that outputs that "preprocessor" ;) output? > > Hence, ref version is... | |||
April 08, 2013 General » Re: Disable GC entirely | |||
|---|---|---|---|
| |||
...new (mem) BB(); delete b; } The above outputs: AA BB ~BB ~AA as expected. malloc... | |||
April 05, 2013 Issues » [Issue 9880] New: Redundant template instance displaying in error message | |||
|---|---|---|---|
| |||
...int)) {}
void main() { alias f = foo!string; }
Outputs:
test.d(2): Error: template instance foo... | |||
March 27, 2013 General » Re: Forbid dynamic arrays in boolean evaluation contexts | |||
|---|---|---|---|
| |||
...s == "");
writeln(s is "");
}
void dotest2()
{
dotest("");
}
Outputs:
true
false
true
true
I would contend... | |||
March 23, 2013 General » D => asm.js for the web? | |||
|---|---|---|---|
| |||
...Emscripten (a LLVM bytecode to JavaScript compiler) outputs asm.js. So if you have C... | |||
March 21, 2013 GDC » Re: gdc 4.3.5 on powerpc with GtkD | |||
|---|---|---|---|
| |||
The TestWindow demo outputs a list of functions it is unable to load, usually because... | |||
Copyright © 1999-2021 by the D Language Foundation