January 04, 2020 General » Re: nothrow by default | |||
|---|---|---|---|
| |||
...final void my_template()(); // actually inferred, despite outer @safe } idk, just throwing out ideas. To... | |||
November 27, 2019 Learn » Re: Simple casting? | |||
|---|---|---|---|
| |||
...array of arrays I have to convert both the inner ranges and the outer range. | |||
November 26, 2019 Learn » Re: How to create DDoc for string mixin generated functions? | |||
|---|---|---|---|
| |||
...I use the string mixin to forward outer struct property calls to members of an... | |||
November 22, 2019 Issues » [Issue 20414] New: use of isCopyable on static members of uncopyable struct returns that its copyable | |||
|---|---|---|---|
| |||
...you remove the inspection inside, then the outer instantiation becomes false. The use case I... | |||
October 20, 2019 General » Re: Feedback on Átila's Vision for D | |||
|---|---|---|---|
| |||
...class _B: B {
override void foo() {
this.outer.bFoo();
}
}
private _B _b;
final B b... | |||
October 18, 2019 Issues » [Issue 8486] Possibly wrong interaction of Variant and const arrays | |||
|---|---|---|---|
| |||
...Removal of "head const", i.e. the outer layer, is intentional. This avoid duplicate template... | |||
October 16, 2019 General » Re: DIP 1024--Shared Atomics--Community Review Round 1 | |||
|---|---|---|---|
| |||
...be able to do this to the outer layer of shared for the member variables... | |||
October 16, 2019 General » Re: Feedback on Átila's Vision for D | |||
|---|---|---|---|
| |||
...Outer!(Inner!T)"); }
void fun(T)(Outer!T arg) { writeln("Outer!T"); }
void main() {
Outer... | |||
October 12, 2019 General » Re: DIP 1024--Shared Atomics--Community Review Round 1 | |||
|---|---|---|---|
| |||
...even those could only safely remove the outer layer of shared - and even that required... | |||
October 10, 2019 General » Re: Wanted: best way to express default expectations | |||
|---|---|---|---|
| |||
...to `return`, `goto` or `break`/`continue` an outer loop directly from the loop body. And... | |||
Copyright © 1999-2021 by the D Language Foundation