Search

July 12
General »
...does not suffer from any of them.


- std::vector::operator[]:
  D code still suffers from...
July 11
General »
...the time...

Imagine being lazy, typing "import std;" at module-scope, writing some code and...
July 11
General »
...is a major problem for things like std.algorithm.

There will be situations without a...
July 09
Issues »
...multiple overloads, which shouldn’t be correct.

```
import std;
void foo(ubyte x){
    writeln("foo(ubyte...
July 09
General »
...top of files next to my `import std` all`y`alls will be lucky; if...
July 08
Learn »
Does it help in this case ?
July 08
Learn »
...drug007/b0a00dada6c6ecbf46b4f6988401d4e2):
```D
import std.range, std.format, std.stdio, std.traits;

struct NestedType
{
    string...
July 08
Learn »
I use a plugin called Code Spell Checker in VS code...or maybe spell checker...
July 07
Learn »
In first place I would have expected the spellcheck to find the error but it...
July 07
Learn »
My bad, sorry :)
My blurred eyes didn't catch that
100 101 102 103 104 105 106 107 108 109 110
Next ›   Last »