4 days ago Issues » [Issue 19348] Struct casts should be better documented. | |||
|---|---|---|---|
| |||
...struct/static array to struct. Add example. Also add link to struct constructors for `T... | |||
4 days ago DIP Ideas » Re: Struct inheritance | |||
|---|---|---|---|
| |||
...want something like this, but there is also reasons it might not be desired. I... | |||
4 days ago General » Re: Something like ADL from C++? | |||
|---|---|---|---|
| |||
...system.runtime.serialization.iserializable) interface. There's also aspect-oriented approach, but it's deprecated... | |||
4 days ago DIP Ideas » Re: Struct inheritance | |||
|---|---|---|---|
| |||
...a pointer of the parent), it would also yield the same result. i.e.: ``` MethB... | |||
4 days ago DIP Ideas » Re: @property fields | |||
|---|---|---|---|
| |||
...only), but here you get always both. Also, I mainly use @property if I do... | |||
5 days ago General » Re: Something like ADL from C++? | |||
|---|---|---|---|
| |||
...writeln(Dummy.serialise(S())); // [2] } ``` You can also use a dummy template scope (template Dummy... | |||
5 days ago General » Re: Something like ADL from C++? | |||
|---|---|---|---|
| |||
...tmp here } // no redefinition error There was also `__previous`, that allowed to access the `__local... | |||
5 days ago DIP Ideas » Re: Struct inheritance | |||
|---|---|---|---|
| |||
...member variable version of 'alias this' is also a form of embedding / composition. It allows... | |||
5 days ago DIP Ideas » Re: Struct inheritance | |||
|---|---|---|---|
| |||
...for accessing the appropriate member. Except D also already allows the explicit form above, but... | |||
5 days ago DIP Ideas » Re: Struct inheritance | |||
|---|---|---|---|
| |||
Also as I mentioned elsewhere, I don't like the idea of adding such to... | |||
Copyright © 1999-2021 by the D Language Foundation