Search

1 day ago
DIP Ideas »
Walter seems to think that we cannot remove alias this, but he's quite averse...
1 day ago
DIP Ideas »
Deprecating that was attempted:
https://dlang.org/changelog/2.103.0.html#dmd.deprecate-alias...
1 day ago
General »
...derived type has to be final.

A struct starts to look inviting with all these...
1 day ago
Issues »
...being passed in could even be a struct rather than a class and end up...
1 day ago
Issues »
...when a template function accepts a generic struct/class, the constraints test for capabilities (like...
1 day ago
General »
```d
import std;

interface ISerialize {
    void serialize();
}

struct thing{ }

class SerializableRoot {
    void serialize(this T...
1 day ago
DIP Ideas »
I suppose we could do > and < comparison of types in template parameters and is expressions...
1 day ago
DIP Ideas »
...API of the parent struct so that it works with any struct type that's...
1 day ago
DIP Ideas »

Problem is, template parameters also should work, using ``Child : Parent`` syntax.

Otherwise the usability on...
1 day ago
DIP Ideas »
...tell you that a struct named Child inherits from a struct named Parent, because they...
1 2 3
Next ›   Last »