June 05, 2009 Issues » [Issue 3051] Passing alias to member function does not work (1/2) | |||
|---|---|---|---|
| |||
...hun()
{
x++;
}
fun!(hun)();
writefln("%s", x); // outputs 1
}
So I think Andrei is right... | |||
June 04, 2009 General » Re: bug in std.algorithm.sort ?? | |||
|---|---|---|---|
| |||
...as he/she did. the program then outputs a list of users who are ordered... | |||
June 04, 2009 General » Re: bug in std.algorithm.sort ?? | |||
|---|---|---|---|
| |||
...as he/she did. the program then outputs a list of users who are ordered... | |||
June 01, 2009 General » Re: Source control for all dmd source (Git propaganda =) | |||
|---|---|---|---|
| |||
...this is all git commands with long outputs (like diff or log) runs through a... | |||
May 23, 2009 General » [OT] n-way union | |||
|---|---|---|---|
| |||
...example, set_union(a[0], a[1]) outputs [ 1, 1, 4, 7, 7, 8 ]. But... | |||
May 23, 2009 Issues » [Issue 3022] New: scope x = new Foo; does not allocate on stack if Foo has allocator | |||
|---|---|---|---|
| |||
...null;
}
}
void main()
{
scope x = new Foo;
}
Outputs "Foo.new" at runtime, even though the... | |||
May 22, 2009 General » Re: ideas about ranges | |||
|---|---|---|---|
| |||
...take(r1, 3)); output(take(r2,2)); outputs: 2,3,4 1,5 This can... | |||
May 21, 2009 Learn » Re: any html parser with d binding | |||
|---|---|---|---|
| |||
...program outputting the sizes and compare the outputs with kdiff3 for manual tweaking the structs... | |||
May 17, 2009 General » Re: JSON in D | |||
|---|---|---|---|
| |||
...back back to JSON, and compares the outputs. D/Phobos really does make this stuff... | |||
May 16, 2009 Issues » [Issue 2990] New: TypeInfo.init() returns invalid array | |||
|---|---|---|---|
| |||
...return an empty array. Example follows. This outputs "ptr=0000 length=4". import std.stdio... | |||
Copyright © 1999-2021 by the D Language Foundation