Search

July 25
Learn »
...x to end up comparing the same object against itself.

Pretty much the only time...
July 25
Learn »
...the move could give you a mutable object. Even if it can, the compiler will...
July 25
General »
...Paolo Invernizzi wrote:

I bet core tech (eye tracking and object detection) is C++ code :)
July 25
DIP Ideas »
...p0847r7.html), the proposal to add explicit object parameters to C++23. If you write...
July 25
Learn »
...void fun(myType x) { }
```

called with immutable object should create a mutable x, because

```d...
July 24
Learn »
...If I copy a const or immutable object, most of the time I do so...
July 24
General »
...analyze the imports can't be greater than the time won by using object files.

July 23
Issues »
...th;
    Fix;
}
```

`scope(failure)` is not supposed to be able to swallow the thrown object.

--
July 23
DIP Ideas »
Reminds me of C++23’s explicit object parameters. In C++, using D lingo, `this` was...
July 22
General »
[...]

Sure it does. Check the implementation in object.d, internally it uses a range over...
13 14 15 16 17 18 19 20 21 22 23
Next ›   Last »