1 day ago General » Re: Something like ADL from C++? | |||
|---|---|---|---|
| |||
...T);
if (myType !in serializationMethods) {
writeln("Registering type ", myType);
serializationMethods[myType] = (&T.serializeDefaultImpl!T).funcptr... | |||
1 day ago Issues » [Issue 24892] We need a __traits trait to test for whether one class is derived from another | |||
|---|---|---|---|
| |||
...to use on a parameter of that type. Implicitly converting is an operation that you... | |||
1 day ago Issues » [Issue 24892] New: We need a __traits trait to test for whether one class is derived from another | |||
|---|---|---|---|
| |||
...alias this implicitly converts to the target type in order to exclude it, but then... | |||
1 day ago DIP Ideas » Re: @property fields | |||
|---|---|---|---|
| |||
...s quirk of making the return type be the type given with is expressions in... | |||
1 day ago DIP Ideas » Re: Struct inheritance | |||
|---|---|---|---|
| |||
...type can't be treated as if it were the same as its "parent" type... | |||
2 days ago DIP Ideas » Re: Struct inheritance | |||
|---|---|---|---|
| |||
...inheritance, it would not be creating at type hierarchy at all. It would purely be... | |||
2 days ago DIP Ideas » Re: Struct inheritance | |||
|---|---|---|---|
| |||
...conversions or a way to use one type as another (though templated code could use... | |||
2 days ago DIP Ideas » Re: Struct inheritance | |||
|---|---|---|---|
| |||
...check if it inherits from the parent type to work. I'm ok with this... | |||
2 days ago DIP Ideas » Re: @property fields | |||
|---|---|---|---|
| |||
...s also not much more effort to type out the property functions. So, I don... | |||
2 days ago DIP Ideas » Re: Struct inheritance | |||
|---|---|---|---|
| |||
...still need access to the child most type to do the introspection upon, and that... | |||
Copyright © 1999-2021 by the D Language Foundation