August 28 DIP Ideas » Re: Allow struct constructors with all parameters optional | |||
|---|---|---|---|
| |||
...this(int[]...) { writeln("ctor"); }
}
struct D {
this(Object...) { writeln("ctor"); }
}
```
All these structs are default... | |||
August 28 Announce » D Language Foundation May 2024 Monthly Meeting Summary | |||
|---|---|---|---|
| |||
...Object`, it might really work. Timon said that the new edition's object was `Object... | |||
August 25 General » Re: ImportC and nothrow/@nogc? | |||
|---|---|---|---|
| |||
...lose with BetterC that I don't object to. I like classinfo, and I like... | |||
August 20 Issues » [Issue 24711] Elf object file code sections are being padded with 00 bytes for alignment | |||
|---|---|---|---|
| |||
https://issues.dlang.org/show_bug.cgi?id=24711
zxinsworld@gmail.com changed:
What |Removed... | |||
August 20 Issues » [Issue 24711] New: Elf object file code sections are being padded with 00 bytes for alignment | |||
|---|---|---|---|
| |||
...id=24711
Issue ID: 24711
Summary: Elf object file code sections are being padded with... | |||
August 20 General » Re: Override assert handler | |||
|---|---|---|---|
| |||
...breadth-first order starting with a given object, then all of its dependencies, then any... | |||
August 19 General » Re: Override assert handler | |||
|---|---|---|---|
| |||
...needs some context. It only applies to object files and executables, the moment shared libraries... | |||
August 17 General » Re: Override assert handler | |||
|---|---|---|---|
| |||
...linker resolves all the symbols in the object files given to it. When there are... | |||
August 13 DIP Ideas » Re: Returning variable-sized stack data | |||
|---|---|---|---|
| |||
...f(scope Object) @safe @nogc { }
void main() @nogc @safe
{
scope o = new Object;
f(o... | |||
August 12 DIP Development » Re: Null-checked reference types | |||
|---|---|---|---|
| |||
...Derived`. I don’t understand. To me, `Object!` and `Object?` are related but different types. You... | |||
Copyright © 1999-2021 by the D Language Foundation