1 day ago Announce » D Language Foundation July 2024 Quarterly Meeting Summary | |||
|---|---|---|---|
| |||
...had been annoying was that the WASM interface was basically POSIX, but the compiler didn... | |||
1 day ago Issues » [Issue 14934] GC interface doesn't allow safe extension of a memory range | |||
|---|---|---|---|
| |||
https://issues.dlang.org/show_bug.cgi?id=14934 --- Comment #4 from dlangBugzillaToGithub <robert.schadek... | |||
2 days ago Issues » [Issue 24892] We need a __traits trait to test for whether one class is derived from another | |||
|---|---|---|---|
| |||
...implement an interface in a bad way, the resulting code using that interface will be... | |||
3 days ago General » Re: Something like ADL from C++? | |||
|---|---|---|---|
| |||
```d
import std;
interface ISerialize {
void serialize();
}
struct thing{ }
class SerializableRoot {
void serialize(this T... | |||
3 days ago Issues » [Issue 24892] New: We need a __traits trait to test for whether one class is derived from another | |||
|---|---|---|---|
| |||
...a class is not derived from an interface (rather, it implements it). So, we could... | |||
3 days ago DIP Ideas » Re: @property fields | |||
|---|---|---|---|
| |||
...do you do a field in an interface. And this is why I've stated... | |||
3 days ago General » Re: Something like ADL from C++? | |||
|---|---|---|---|
| |||
...t an alternative to runtime reflection.
```d
interface ISerialize {
void serialize();
}
class SerializableRoot {
void serialize... | |||
3 days ago DIP Ideas » Re: @property fields | |||
|---|---|---|---|
| |||
...get an actual variable, whereas with the interface, you wouldn't. It doesn't take... | |||
3 days ago Announce » D Language Foundation June Monthly Meeting Summary | |||
|---|---|---|---|
| |||
...noted that in the past the runtime interface was implemented as a set of C... | |||
4 days ago General » Re: Something like ADL from C++? | |||
|---|---|---|---|
| |||
...us/dotnet/api/system.runtime.serialization.iserializable) interface. There's also aspect-oriented approach, but... | |||
Copyright © 1999-2021 by the D Language Foundation