Search

3 days ago
Issues »
https://issues.dlang.org/show_bug.cgi?id=8374

--- Comment #9 from dlangBugzillaToGithub <robert.schadek...
3 days ago
Issues »
https://issues.dlang.org/show_bug.cgi?id=6589

--- Comment #3 from dlangBugzillaToGithub <robert.schadek...
3 days ago
Issues »
https://issues.dlang.org/show_bug.cgi?id=5948

--- Comment #1 from dlangBugzillaToGithub <robert.schadek...
3 days ago
Issues »
https://issues.dlang.org/show_bug.cgi?id=3999

--- Comment #10 from dlangBugzillaToGithub <robert.schadek...
5 days ago
Announce »
...the spec wouldn't say "use an int here" or "use a long there". It...
5 days ago
General »
...inout(int)* to an immutable(int)*,
but you can pass to a const(int)*... but...
6 days ago
General »
...compile;

```d
inout(int)* foo(inout(int)* delegate()inout dg,inout(int)* x){
    return x...
December 08
General »
...little weird--he uses

    int (*arr)[?];

...instead of Walter's proposed

    int arr[..];

...but the...
December 08
General »
...int) @safe :
                 void delegate(int) @system));
```

and

```
void delegate(int) @safe a;
void delegate(int...
December 06
General »
...class MyClass : SerializationRoot { }

class MyOtherClass : SerializationRoot {
    this(int) { }
    override void serialize() {
        writeln("This class does...
1 2 3 4
Next ›   Last »