Search

12 hours ago
Issues »
https://issues.dlang.org/show_bug.cgi?id=23125

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

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

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

--- Comment #22 from dlangBugzillaToGithub <robert.schadek...
1 day ago
Issues »
...test for that specifically:

if(is(const(T)[] : const(U)[])

That would also makes it...
2 days ago
Issues »
...return scope const typeof(this) other) scope const;
```

Into:

```d
scope @disable const scope this...
4 days ago
General »
...probably a bunch of issues with lifetimes, const, ref, etc. with that approach.

Definitely an...
4 days ago
General »
...T)
{ /* serialise integer */ }

void serialise(void[] buffer, const(char)[] str)
{ /* serialise string */ }

// ...etc
```

And some...
5 days ago
Learn »
...FindUser(string username)

Always try to put whatever is shared, const, etc. in parenthesis.

Ali
5 days ago
Learn »
...enum totalThreads = 3;

    foreach (i; 0 .. totalThreads) {
        const increment = (i + 1).to!int;
        spawnLinked(&modify...
« First   ‹ Prev
1 2
Next ›   Last »