Search

1 day ago
General »
...is the problem you're mentioning here?

If it is inheritance, then you either predefine...
2 days ago
DIP Ideas »
...as the type system was concerned. And if we _did_ have some sort of is...
2 days ago
DIP Ideas »
...share code.

IIRC, from what Walter said, if the child implemented the same member function...
2 days ago
DIP Ideas »
So if I read that correctly, for the latter code example I gave, assuming use...
2 days ago
DIP Ideas »
...make overrides, and is expression to check if it inherits from the parent type to...
2 days ago
DIP Ideas »
If we were to do it, I would argue for just always making it private...
2 days ago
DIP Ideas »
...with Walter, and his idea was that if we did it, there would be _no...
2 days ago
General »
...Child : Parent {
	void serialize() {
		super.serialize_(this);
	}
}
```

If you are forcing users of a parent...
2 days ago
Learn »
...auto bindArgument(A...)(A argsRest)
  if(N <= argsRest.length)
  {
    static if (N == 0)
      return func...
2 days ago
Announce »
...t know if it justified moving Phobos into the mono repo. He thought if that...
1 2 3 4 5
Next ›   Last »