1 day ago General » Re: Something like ADL from C++? | |||
|---|---|---|---|
| |||
...is the problem you're mentioning here? If it is inheritance, then you either predefine... | |||
2 days ago DIP Ideas » Re: Struct inheritance | |||
|---|---|---|---|
| |||
...as the type system was concerned. And if we _did_ have some sort of is... | |||
2 days ago DIP Ideas » Re: Struct inheritance | |||
|---|---|---|---|
| |||
...share code. IIRC, from what Walter said, if the child implemented the same member function... | |||
2 days ago DIP Ideas » Re: Struct inheritance | |||
|---|---|---|---|
| |||
So if I read that correctly, for the latter code example I gave, assuming use... | |||
2 days ago DIP Ideas » Re: Struct inheritance | |||
|---|---|---|---|
| |||
...make overrides, and is expression to check if it inherits from the parent type to... | |||
2 days ago DIP Ideas » Re: @property fields | |||
|---|---|---|---|
| |||
If we were to do it, I would argue for just always making it private... | |||
2 days ago DIP Ideas » Re: Struct inheritance | |||
|---|---|---|---|
| |||
...with Walter, and his idea was that if we did it, there would be _no... | |||
2 days ago General » Re: Something like ADL from C++? | |||
|---|---|---|---|
| |||
...Child : Parent {
void serialize() {
super.serialize_(this);
}
}
```
If you are forcing users of a parent... | |||
2 days ago Learn » Re: Partial application on Nth argument | |||
|---|---|---|---|
| |||
...auto bindArgument(A...)(A argsRest)
if(N <= argsRest.length)
{
static if (N == 0)
return func... | |||
2 days ago Announce » D Language Foundation June Monthly Meeting Summary | |||
|---|---|---|---|
| |||
...t know if it justified moving Phobos into the mono repo. He thought if that... | |||
Copyright © 1999-2021 by the D Language Foundation